Indian Red sits in the warm red family, with the hex code #CD5C5C mapping to rgb(205, 92, 92) in RGB and hsl(0, 53.1%, 58.2%) in HSL. In OKLCH it carries 62% perceptual lightness and 0.144 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.
#CD5C5Crgb(205, 92, 92)hsl(0, 53.1%, 58.2%)hsv(0, 55.1%, 80.4%)lch(53.93% 51.28 26.84)oklch(61.54% 0.1442 22.23)lab(53.93% 45.75 23.16):root {
--color: #cd5c5c;
--color-rgb: rgb(205, 92, 92);
--color-hsl: hsl(0, 53.1%, 58.2%);
--color-oklch: oklch(61.54% 0.1442 22.23);
}How indian red performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing indian red with progressively more white.
Shades are produced by mixing indian red with progressively more black.
Tones are produced by mixing indian red with progressively more gray, lowering chroma while keeping lightness.