#fd8821
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 136, 33
HSL
28°, 98%, 56%
CMYK
0, 46, 87, 1
Luminance
0.3860
Every format
| HEX | #fd8821 |
| RGB | rgb(253, 136, 33) |
| HSL | hsl(28, 98%, 56%) |
| CMYK | cmyk(0%, 46%, 87%, 1%) |
| LAB | lab(68.5 38.5 68.4) |
| LCH | lch(68.5 78.4 60.6) |
| OKLCH | oklch(0.742 0.175 54.7) |
Copy-ready code
/* CSS */
color: #fd8821;
background-color: #fd8821;
/* Tailwind (arbitrary) */
class="text-[#fd8821] bg-[#fd8821]"
/* SCSS */
$brand: #fd8821;
/* SwiftUI */
Color(red: 0.992, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#fd8821")Accessibility — WCAG contrast
Aa
#fd8821 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8821 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow87.0%
Key (black)0.8%
Color previews
#fd8821 text on a black background
contrast 8.72:1
Card sample
#fd8821 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8821;
Background color
Panel with #fd8821 background
background-color: #fd8821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8821; background: linear-gradient(135deg, #fd8821, #DFFD21);