#fd962f
a balanced, electric orange · warm · closest name: orange
RGB
253, 150, 47
HSL
30°, 98%, 59%
CMYK
0, 41, 81, 1
Luminance
0.4290
Every format
| HEX | #fd962f |
| RGB | rgb(253, 150, 47) |
| HSL | hsl(30, 98%, 59%) |
| CMYK | cmyk(0%, 41%, 81%, 1%) |
| LAB | lab(71.5 31.6 66.3) |
| LCH | lch(71.5 73.4 64.5) |
| OKLCH | oklch(0.766 0.164 59.9) |
Copy-ready code
/* CSS */
color: #fd962f;
background-color: #fd962f;
/* Tailwind (arbitrary) */
class="text-[#fd962f] bg-[#fd962f]"
/* SCSS */
$brand: #fd962f;
/* SwiftUI */
Color(red: 0.992, green: 0.588, blue: 0.184)
/* Android */
Color.parseColor("#fd962f")Accessibility — WCAG contrast
Aa
#fd962f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd962f on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow81.4%
Key (black)0.8%
Color previews
#fd962f text on a black background
contrast 9.58:1
Card sample
#fd962f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd962f;
Background color
Panel with #fd962f background
background-color: #fd962f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd962f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 150, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 150, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd962f; background: linear-gradient(135deg, #fd962f, #DBFD2F);