#df5902
a dark, electric orange · warm · closest name: chocolate
RGB
223, 89, 2
HSL
24°, 98%, 44%
CMYK
0, 60, 99, 13
Luminance
0.2284
Every format
| HEX | #df5902 |
| RGB | rgb(223, 89, 2) |
| HSL | hsl(24, 98%, 44%) |
| CMYK | cmyk(0%, 60%, 99%, 13%) |
| LAB | lab(54.9 49.4 64.1) |
| LCH | lch(54.9 80.9 52.4) |
| OKLCH | oklch(0.630 0.184 43.6) |
Copy-ready code
/* CSS */
color: #df5902;
background-color: #df5902;
/* Tailwind (arbitrary) */
class="text-[#df5902] bg-[#df5902]"
/* SCSS */
$brand: #df5902;
/* SwiftUI */
Color(red: 0.875, green: 0.349, blue: 0.008)
/* Android */
Color.parseColor("#df5902")Accessibility — WCAG contrast
Aa
#df5902 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5902 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow99.1%
Key (black)12.5%
Color previews
#df5902 text on a black background
contrast 5.57:1
Card sample
#df5902 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5902;
Background color
Panel with #df5902 background
background-color: #df5902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 89, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 89, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5902; background: linear-gradient(135deg, #df5902, #D2DF02);