#df5402
a dark, electric orange · warm · closest name: chocolate
RGB
223, 84, 2
HSL
22°, 98%, 44%
CMYK
0, 62, 99, 13
Luminance
0.2203
Every format
| HEX | #df5402 |
| RGB | rgb(223, 84, 2) |
| HSL | hsl(22, 98%, 44%) |
| CMYK | cmyk(0%, 62%, 99%, 13%) |
| LAB | lab(54.1 51.6 63.6) |
| LCH | lch(54.1 81.9 51.0) |
| OKLCH | oklch(0.624 0.188 41.9) |
Copy-ready code
/* CSS */
color: #df5402;
background-color: #df5402;
/* Tailwind (arbitrary) */
class="text-[#df5402] bg-[#df5402]"
/* SCSS */
$brand: #df5402;
/* SwiftUI */
Color(red: 0.875, green: 0.329, blue: 0.008)
/* Android */
Color.parseColor("#df5402")Accessibility — WCAG contrast
Aa
#df5402 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5402 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow99.1%
Key (black)12.5%
Color previews
#df5402 text on a black background
contrast 5.41:1
Card sample
#df5402 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5402;
Background color
Panel with #df5402 background
background-color: #df5402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 84, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 84, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5402; background: linear-gradient(135deg, #df5402, #D6DF02);