#fd9821
a balanced, electric orange · warm · closest name: orange
RGB
253, 152, 33
HSL
33°, 98%, 56%
CMYK
0, 40, 87, 1
Luminance
0.4345
Every format
| HEX | #fd9821 |
| RGB | rgb(253, 152, 33) |
| HSL | hsl(33, 98%, 56%) |
| CMYK | cmyk(0%, 40%, 87%, 1%) |
| LAB | lab(71.9 30.3 71.0) |
| LCH | lch(71.9 77.2 66.9) |
| OKLCH | oklch(0.769 0.167 62.7) |
Copy-ready code
/* CSS */
color: #fd9821;
background-color: #fd9821;
/* Tailwind (arbitrary) */
class="text-[#fd9821] bg-[#fd9821]"
/* SCSS */
$brand: #fd9821;
/* SwiftUI */
Color(red: 0.992, green: 0.596, blue: 0.129)
/* Android */
Color.parseColor("#fd9821")Accessibility — WCAG contrast
Aa
#fd9821 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9821 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow87.0%
Key (black)0.8%
Color previews
#fd9821 text on a black background
contrast 9.69:1
Card sample
#fd9821 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9821;
Background color
Panel with #fd9821 background
background-color: #fd9821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 152, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 152, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9821; background: linear-gradient(135deg, #fd9821, #CFFD21);