Tomato sits in the warm red family, with the hex code #FF6347 mapping to rgb(255, 99, 71) in RGB and hsl(9.1, 100%, 63.9%) in HSL. In OKLCH it carries 70% perceptual lightness and 0.196 chroma — a highly 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.
#FF6347rgb(255, 99, 71)hsl(9.1, 100%, 63.9%)hsv(9.1, 72.2%, 100%)lch(62.99% 76.27 38.89)oklch(69.62% 0.1955 32.32)lab(62.99% 59.36 47.88):root {
--color: #ff6347;
--color-rgb: rgb(255, 99, 71);
--color-hsl: hsl(9.1, 100%, 63.9%);
--color-oklch: oklch(69.62% 0.1955 32.32);
}How tomato performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing tomato with progressively more white.
Shades are produced by mixing tomato with progressively more black.
Tones are produced by mixing tomato with progressively more gray, lowering chroma while keeping lightness.