Baby Pink sits in the warm red family, with the hex code #F4C2C2 mapping to rgb(244, 194, 194) in RGB and hsl(0, 69.4%, 85.9%) in HSL. In OKLCH it carries 86% perceptual lightness and 0.057 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.
#F4C2C2rgb(244, 194, 194)hsl(0, 69.4%, 85.9%)hsv(0, 20.5%, 95.7%)lch(82.95% 19.76 21.3)oklch(85.82% 0.0574 18.33)lab(82.95% 18.41 7.18):root {
--color: #f4c2c2;
--color-rgb: rgb(244, 194, 194);
--color-hsl: hsl(0, 69.4%, 85.9%);
--color-oklch: oklch(85.82% 0.0574 18.33);
}How baby pink performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing baby pink with progressively more white.
Shades are produced by mixing baby pink with progressively more black.
Tones are produced by mixing baby pink with progressively more gray, lowering chroma while keeping lightness.