Dark Salmon sits in the warm orange family, with the hex code #E9967A mapping to rgb(233, 150, 122) in RGB and hsl(15.1, 71.6%, 69.6%) in HSL. In OKLCH it carries 75% perceptual lightness and 0.108 chroma — a moderately saturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Pure orange rarely passes WCAG AA against white at body sizes — reserve it for headings, icons or buttons with explicit ≥4.5:1 fallback text colour.
#E9967Argb(233, 150, 122)hsl(15.1, 71.6%, 69.6%)hsv(15.1, 47.6%, 91.4%)lch(70.3% 41.23 43.54)oklch(75.07% 0.1082 39.39)lab(70.3% 29.89 28.41):root {
--color: #e9967a;
--color-rgb: rgb(233, 150, 122);
--color-hsl: hsl(15.1, 71.6%, 69.6%);
--color-oklch: oklch(75.07% 0.1082 39.39);
}How dark salmon performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing dark salmon with progressively more white.
Shades are produced by mixing dark salmon with progressively more black.
Tones are produced by mixing dark salmon with progressively more gray, lowering chroma while keeping lightness.