Pastel Pink sits in the warm red family, with the hex code #FFD1DC mapping to rgb(255, 209, 220) in RGB and hsl(345.7, 100%, 91%) in HSL. In OKLCH it carries 90% perceptual lightness and 0.053 chroma — a desaturated, light reading that behaves well as a background, surface or supporting tone 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.
#FFD1DCrgb(255, 209, 220)hsl(345.7, 100%, 91%)hsv(345.7, 18%, 100%)lch(88.11% 17.94 3.1)oklch(90.32% 0.0535 2.19)lab(88.11% 17.92 0.97):root {
--color: #ffd1dc;
--color-rgb: rgb(255, 209, 220);
--color-hsl: hsl(345.7, 100%, 91%);
--color-oklch: oklch(90.32% 0.0535 2.19);
}How pastel pink performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing pastel pink with progressively more white.
Shades are produced by mixing pastel pink with progressively more black.
Tones are produced by mixing pastel pink with progressively more gray, lowering chroma while keeping lightness.