Pumpkin sits in the warm orange family, with the hex code #FF7518 mapping to rgb(255, 117, 24) in RGB and hsl(24.2, 100%, 54.7%) in HSL. In OKLCH it carries 72% perceptual lightness and 0.191 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.
#FF7518rgb(255, 117, 24)hsl(24.2, 100%, 54.7%)hsv(24.2, 90.6%, 100%)lch(65.79% 86.04 53.89)oklch(71.64% 0.1906 47.14)lab(65.79% 50.7 69.51):root {
--color: #ff7518;
--color-rgb: rgb(255, 117, 24);
--color-hsl: hsl(24.2, 100%, 54.7%);
--color-oklch: oklch(71.64% 0.1906 47.14);
}How pumpkin performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing pumpkin with progressively more white.
Shades are produced by mixing pumpkin with progressively more black.
Tones are produced by mixing pumpkin with progressively more gray, lowering chroma while keeping lightness.