Coral sits in the warm orange family, with the hex code #FF7F50 mapping to rgb(255, 127, 80) in RGB and hsl(16.1, 100%, 65.7%) in HSL. In OKLCH it carries 74% perceptual lightness and 0.168 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.
#FF7F50rgb(255, 127, 80)hsl(16.1, 100%, 65.7%)hsv(16.1, 68.6%, 100%)lch(67.98% 67.88 45.73)oklch(73.51% 0.168 40.25)lab(67.98% 47.38 48.6):root {
--color: #ff7f50;
--color-rgb: rgb(255, 127, 80);
--color-hsl: hsl(16.1, 100%, 65.7%);
--color-oklch: oklch(73.51% 0.168 40.25);
}How coral performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing coral with progressively more white.
Shades are produced by mixing coral with progressively more black.
Tones are produced by mixing coral with progressively more gray, lowering chroma while keeping lightness.