Rosy Brown sits in the warm red family, with the hex code #BC8F8F mapping to rgb(188, 143, 143) in RGB and hsl(0, 25.1%, 64.9%) in HSL. In OKLCH it carries 69% perceptual lightness and 0.055 chroma — a desaturated, 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.
#BC8F8Frgb(188, 143, 143)hsl(0, 25.1%, 64.9%)hsv(0, 23.9%, 73.7%)lch(63.79% 18.88 21.62)oklch(69.27% 0.0548 18.57)lab(63.79% 17.56 6.96):root {
--color: #bc8f8f;
--color-rgb: rgb(188, 143, 143);
--color-hsl: hsl(0, 25.1%, 64.9%);
--color-oklch: oklch(69.27% 0.0548 18.57);
}How rosy brown performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing rosy brown with progressively more white.
Shades are produced by mixing rosy brown with progressively more black.
Tones are produced by mixing rosy brown with progressively more gray, lowering chroma while keeping lightness.