#df6504
a dark, electric orange · warm · closest name: chocolate
RGB
223, 101, 4
HSL
27°, 97%, 45%
CMYK
0, 55, 98, 13
Luminance
0.2500
Every format
| HEX | #df6504 |
| RGB | rgb(223, 101, 4) |
| HSL | hsl(27, 97%, 45%) |
| CMYK | cmyk(0%, 55%, 98%, 13%) |
| LAB | lab(57.1 43.7 65.0) |
| LCH | lch(57.1 78.3 56.1) |
| OKLCH | oklch(0.646 0.174 48.2) |
Copy-ready code
/* CSS */
color: #df6504;
background-color: #df6504;
/* Tailwind (arbitrary) */
class="text-[#df6504] bg-[#df6504]"
/* SCSS */
$brand: #df6504;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.016)
/* Android */
Color.parseColor("#df6504")Accessibility — WCAG contrast
Aa
#df6504 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6504 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow98.2%
Key (black)12.5%
Color previews
#df6504 text on a black background
contrast 6.00:1
Card sample
#df6504 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6504;
Background color
Panel with #df6504 background
background-color: #df6504;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6504;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6504; background: linear-gradient(135deg, #df6504, #C7DF04);