Salmon Pink sits in the warm red family, with the hex code #FF91A4 mapping to rgb(255, 145, 164) in RGB and hsl(349.6, 100%, 78.4%) in HSL. In OKLCH it carries 78% perceptual lightness and 0.134 chroma — a moderately saturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Red is the most physiologically arousing hue — it raises heart rate, sharpens attention and signals urgency. Designers reach for it when a screen needs to feel decisive, appetising or emotionally charged.
Red is the most physiologically arousing hue — it raises heart rate, sharpens attention and signals urgency. Designers reach for it when a screen needs to feel decisive, appetising or emotionally charged.
Reds with high chroma vibrate against pure black. Cap saturation around 60% on dark UIs and always pair red text with body sizes ≥ 16px to keep WCAG AA on white.
#FF91A4rgb(255, 145, 164)hsl(349.6, 100%, 78.4%)hsv(349.6, 43.1%, 100%)lch(72.76% 44.83 11.92)oklch(77.85% 0.1335 9.59)lab(72.76% 43.86 9.26):root {
--color: #ff91a4;
--color-rgb: rgb(255, 145, 164);
--color-hsl: hsl(349.6, 100%, 78.4%);
--color-oklch: oklch(77.85% 0.1335 9.59);
}How salmon pink performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing salmon pink with progressively more white.
Shades are produced by mixing salmon pink with progressively more black.
Tones are produced by mixing salmon pink with progressively more gray, lowering chroma while keeping lightness.