#df4d02
a dark, electric orange · warm · closest name: chocolate
RGB
223, 77, 2
HSL
20°, 98%, 44%
CMYK
0, 66, 99, 13
Luminance
0.2100
Every format
| HEX | #df4d02 |
| RGB | rgb(223, 77, 2) |
| HSL | hsl(20, 98%, 44%) |
| CMYK | cmyk(0%, 66%, 99%, 13%) |
| LAB | lab(53.0 54.6 63.0) |
| LCH | lch(53.0 83.4 49.1) |
| OKLCH | oklch(0.615 0.193 39.7) |
Copy-ready code
/* CSS */
color: #df4d02;
background-color: #df4d02;
/* Tailwind (arbitrary) */
class="text-[#df4d02] bg-[#df4d02]"
/* SCSS */
$brand: #df4d02;
/* SwiftUI */
Color(red: 0.875, green: 0.302, blue: 0.008)
/* Android */
Color.parseColor("#df4d02")Accessibility — WCAG contrast
Aa
#df4d02 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4d02 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow99.1%
Key (black)12.5%
Color previews
#df4d02 text on a black background
contrast 5.20:1
Card sample
#df4d02 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4d02;
Background color
Panel with #df4d02 background
background-color: #df4d02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4d02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 77, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 77, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4d02; background: linear-gradient(135deg, #df4d02, #DDDF02);