#df6002
a dark, electric orange · warm · closest name: chocolate
RGB
223, 96, 2
HSL
26°, 98%, 44%
CMYK
0, 57, 99, 13
Luminance
0.2406
Every format
| HEX | #df6002 |
| RGB | rgb(223, 96, 2) |
| HSL | hsl(26, 98%, 44%) |
| CMYK | cmyk(0%, 57%, 99%, 13%) |
| LAB | lab(56.1 46.1 64.8) |
| LCH | lch(56.1 79.5 54.6) |
| OKLCH | oklch(0.639 0.178 46.3) |
Copy-ready code
/* CSS */
color: #df6002;
background-color: #df6002;
/* Tailwind (arbitrary) */
class="text-[#df6002] bg-[#df6002]"
/* SCSS */
$brand: #df6002;
/* SwiftUI */
Color(red: 0.875, green: 0.376, blue: 0.008)
/* Android */
Color.parseColor("#df6002")Accessibility — WCAG contrast
Aa
#df6002 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6002 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow99.1%
Key (black)12.5%
Color previews
#df6002 text on a black background
contrast 5.81:1
Card sample
#df6002 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6002;
Background color
Panel with #df6002 background
background-color: #df6002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 96, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 96, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6002; background: linear-gradient(135deg, #df6002, #CBDF02);