#df6402
a dark, electric orange · warm · closest name: chocolate
RGB
223, 100, 2
HSL
27°, 98%, 44%
CMYK
0, 55, 99, 13
Luminance
0.2481
Every format
| HEX | #df6402 |
| RGB | rgb(223, 100, 2) |
| HSL | hsl(27, 98%, 44%) |
| CMYK | cmyk(0%, 55%, 99%, 13%) |
| LAB | lab(56.9 44.2 65.3) |
| LCH | lch(56.9 78.8 55.9) |
| OKLCH | oklch(0.645 0.175 47.9) |
Copy-ready code
/* CSS */
color: #df6402;
background-color: #df6402;
/* Tailwind (arbitrary) */
class="text-[#df6402] bg-[#df6402]"
/* SCSS */
$brand: #df6402;
/* SwiftUI */
Color(red: 0.875, green: 0.392, blue: 0.008)
/* Android */
Color.parseColor("#df6402")Accessibility — WCAG contrast
Aa
#df6402 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6402 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow99.1%
Key (black)12.5%
Color previews
#df6402 text on a black background
contrast 5.96:1
Card sample
#df6402 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6402;
Background color
Panel with #df6402 background
background-color: #df6402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 100, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 100, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6402; background: linear-gradient(135deg, #df6402, #C7DF02);