Mango sits in the warm orange family, with the hex code #FFB347 mapping to rgb(255, 179, 71) in RGB and hsl(35.2, 100%, 63.9%) in HSL. In OKLCH it carries 82% perceptual lightness and 0.149 chroma — a moderately saturated, light reading that behaves well as a background, surface or supporting tone 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.
#FFB347rgb(255, 179, 71)hsl(35.2, 100%, 63.9%)hsv(35.2, 72.2%, 100%)lch(79.01% 67.55 71.24)oklch(82.08% 0.1486 72.1)lab(79.01% 21.72 63.96):root {
--color: #ffb347;
--color-rgb: rgb(255, 179, 71);
--color-hsl: hsl(35.2, 100%, 63.9%);
--color-oklch: oklch(82.08% 0.1486 72.1);
}How mango performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing mango with progressively more white.
Shades are produced by mixing mango with progressively more black.
Tones are produced by mixing mango with progressively more gray, lowering chroma while keeping lightness.