Garnet sits in the warm red family, with the hex code #733635 mapping to rgb(115, 54, 53) in RGB and hsl(1, 36.9%, 32.9%) in HSL. In OKLCH it carries 41% perceptual lightness and 0.086 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.
#733635rgb(115, 54, 53)hsl(1, 36.9%, 32.9%)hsv(1, 53.9%, 45.1%)lch(31.05% 30.65 26.89)oklch(41.31% 0.0864 22.5)lab(31.05% 27.34 13.86):root {
--color: #733635;
--color-rgb: rgb(115, 54, 53);
--color-hsl: hsl(1, 36.9%, 32.9%);
--color-oklch: oklch(41.31% 0.0864 22.5);
}How garnet performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing garnet with progressively more white.
Shades are produced by mixing garnet with progressively more black.
Tones are produced by mixing garnet with progressively more gray, lowering chroma while keeping lightness.