#df6705
a dark, electric orange · warm · closest name: chocolate
RGB
223, 103, 5
HSL
27°, 96%, 45%
CMYK
0, 54, 98, 13
Luminance
0.2540
Every format
| HEX | #df6705 |
| RGB | rgb(223, 103, 5) |
| HSL | hsl(27, 96%, 45%) |
| CMYK | cmyk(0%, 54%, 98%, 13%) |
| LAB | lab(57.5 42.8 65.0) |
| LCH | lch(57.5 77.8 56.7) |
| OKLCH | oklch(0.649 0.173 49.0) |
Copy-ready code
/* CSS */
color: #df6705;
background-color: #df6705;
/* Tailwind (arbitrary) */
class="text-[#df6705] bg-[#df6705]"
/* SCSS */
$brand: #df6705;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.020)
/* Android */
Color.parseColor("#df6705")Accessibility — WCAG contrast
Aa
#df6705 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6705 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.4%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow97.8%
Key (black)12.5%
Color previews
#df6705 text on a black background
contrast 6.08:1
Card sample
#df6705 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6705;
Background color
Panel with #df6705 background
background-color: #df6705;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6705;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 103, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6705; background: linear-gradient(135deg, #df6705, #C6DF05);