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