#fd9331
a balanced, electric orange · warm · closest name: orange
RGB
253, 147, 49
HSL
29°, 98%, 59%
CMYK
0, 42, 81, 1
Luminance
0.4197
Every format
| HEX | #fd9331 |
| RGB | rgb(253, 147, 49) |
| HSL | hsl(29, 98%, 59%) |
| CMYK | cmyk(0%, 42%, 81%, 1%) |
| LAB | lab(70.9 33.3 65.0) |
| LCH | lch(70.9 73.0 62.9) |
| OKLCH | oklch(0.761 0.165 58.0) |
Copy-ready code
/* CSS */
color: #fd9331;
background-color: #fd9331;
/* Tailwind (arbitrary) */
class="text-[#fd9331] bg-[#fd9331]"
/* SCSS */
$brand: #fd9331;
/* SwiftUI */
Color(red: 0.992, green: 0.576, blue: 0.192)
/* Android */
Color.parseColor("#fd9331")Accessibility — WCAG contrast
Aa
#fd9331 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9331 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.6%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow80.6%
Key (black)0.8%
Color previews
#fd9331 text on a black background
contrast 9.39:1
Card sample
#fd9331 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9331;
Background color
Panel with #fd9331 background
background-color: #fd9331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 147, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 147, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9331; background: linear-gradient(135deg, #fd9331, #DFFD31);