Cherry Blossom sits in the warm red family, with the hex code #FFB7C5 mapping to rgb(255, 183, 197) in RGB and hsl(348.3, 100%, 85.9%) in HSL. In OKLCH it carries 85% perceptual lightness and 0.085 chroma — a moderately saturated, 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.
#FFB7C5rgb(255, 183, 197)hsl(348.3, 100%, 85.9%)hsv(348.3, 28.2%, 100%)lch(81.61% 28.54 7.76)oklch(85.02% 0.0851 6.19)lab(81.61% 28.28 3.85):root {
--color: #ffb7c5;
--color-rgb: rgb(255, 183, 197);
--color-hsl: hsl(348.3, 100%, 85.9%);
--color-oklch: oklch(85.02% 0.0851 6.19);
}How cherry blossom performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing cherry blossom with progressively more white.
Shades are produced by mixing cherry blossom with progressively more black.
Tones are produced by mixing cherry blossom with progressively more gray, lowering chroma while keeping lightness.