#df5c02
a dark, electric orange · warm · closest name: chocolate
RGB
223, 92, 2
HSL
24°, 98%, 44%
CMYK
0, 59, 99, 13
Luminance
0.2335
Every format
| HEX | #df5c02 |
| RGB | rgb(223, 92, 2) |
| HSL | hsl(24, 98%, 44%) |
| CMYK | cmyk(0%, 59%, 99%, 13%) |
| LAB | lab(55.4 48.0 64.4) |
| LCH | lch(55.4 80.3 53.3) |
| OKLCH | oklch(0.634 0.181 44.7) |
Copy-ready code
/* CSS */
color: #df5c02;
background-color: #df5c02;
/* Tailwind (arbitrary) */
class="text-[#df5c02] bg-[#df5c02]"
/* SCSS */
$brand: #df5c02;
/* SwiftUI */
Color(red: 0.875, green: 0.361, blue: 0.008)
/* Android */
Color.parseColor("#df5c02")Accessibility — WCAG contrast
Aa
#df5c02 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5c02 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.1%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow99.1%
Key (black)12.5%
Color previews
#df5c02 text on a black background
contrast 5.67:1
Card sample
#df5c02 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5c02;
Background color
Panel with #df5c02 background
background-color: #df5c02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5c02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 92, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 92, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5c02; background: linear-gradient(135deg, #df5c02, #CFDF02);