#df7002
a dark, electric orange · warm · closest name: chocolate
RGB
223, 112, 2
HSL
30°, 98%, 44%
CMYK
0, 50, 99, 13
Luminance
0.2728
Every format
| HEX | #df7002 |
| RGB | rgb(223, 112, 2) |
| HSL | hsl(30, 98%, 44%) |
| CMYK | cmyk(0%, 50%, 99%, 13%) |
| LAB | lab(59.2 38.3 66.6) |
| LCH | lch(59.2 76.8 60.1) |
| OKLCH | oklch(0.663 0.167 53.3) |
Copy-ready code
/* CSS */
color: #df7002;
background-color: #df7002;
/* Tailwind (arbitrary) */
class="text-[#df7002] bg-[#df7002]"
/* SCSS */
$brand: #df7002;
/* SwiftUI */
Color(red: 0.875, green: 0.439, blue: 0.008)
/* Android */
Color.parseColor("#df7002")Accessibility — WCAG contrast
Aa
#df7002 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7002 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow99.1%
Key (black)12.5%
Color previews
#df7002 text on a black background
contrast 6.46:1
Card sample
#df7002 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7002;
Background color
Panel with #df7002 background
background-color: #df7002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 112, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 112, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7002; background: linear-gradient(135deg, #df7002, #BADF02);