Moccasin sits in the warm orange family, with the hex code #FFE4B5 mapping to rgb(255, 228, 181) in RGB and hsl(38.1, 100%, 85.5%) in HSL. In OKLCH it carries 93% perceptual lightness and 0.068 chroma — a desaturated, 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.
#FFE4B5rgb(255, 228, 181)hsl(38.1, 100%, 85.5%)hsv(38.1, 29%, 100%)lch(91.98% 26.98 80.26)oklch(92.96% 0.0675 81.38)lab(91.98% 4.56 26.59):root {
--color: #ffe4b5;
--color-rgb: rgb(255, 228, 181);
--color-hsl: hsl(38.1, 100%, 85.5%);
--color-oklch: oklch(92.96% 0.0675 81.38);
}How moccasin performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing moccasin with progressively more white.
Shades are produced by mixing moccasin with progressively more black.
Tones are produced by mixing moccasin with progressively more gray, lowering chroma while keeping lightness.