Persimmon sits in the warm orange family, with the hex code #EC5800 mapping to rgb(236, 88, 0) in RGB and hsl(22.4, 100%, 46.3%) in HSL. In OKLCH it carries 65% perceptual lightness and 0.197 chroma — a highly saturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Pure orange rarely passes WCAG AA against white at body sizes — reserve it for headings, icons or buttons with explicit ≥4.5:1 fallback text colour.
#EC5800rgb(236, 88, 0)hsl(22.4, 100%, 46.3%)hsv(22.4, 100%, 92.5%)lch(57.71% 88.32 50.47)oklch(64.9% 0.1972 41.63)lab(57.71% 56.21 68.12):root {
--color: #ec5800;
--color-rgb: rgb(236, 88, 0);
--color-hsl: hsl(22.4, 100%, 46.3%);
--color-oklch: oklch(64.9% 0.1972 41.63);
}How persimmon performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing persimmon with progressively more white.
Shades are produced by mixing persimmon with progressively more black.
Tones are produced by mixing persimmon with progressively more gray, lowering chroma while keeping lightness.