#df660c
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 102, 12
HSL
26°, 90%, 46%
CMYK
0, 54, 95, 13
Luminance
0.2522
Every format
| HEX | #df660c |
| RGB | rgb(223, 102, 12) |
| HSL | hsl(26, 90%, 46%) |
| CMYK | cmyk(0%, 54%, 95%, 13%) |
| LAB | lab(57.3 43.3 63.6) |
| LCH | lch(57.3 77.0 55.7) |
| OKLCH | oklch(0.648 0.173 48.1) |
Copy-ready code
/* CSS */
color: #df660c;
background-color: #df660c;
/* Tailwind (arbitrary) */
class="text-[#df660c] bg-[#df660c]"
/* SCSS */
$brand: #df660c;
/* SwiftUI */
Color(red: 0.875, green: 0.400, blue: 0.047)
/* Android */
Color.parseColor("#df660c")Accessibility — WCAG contrast
Aa
#df660c on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df660c on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow94.6%
Key (black)12.5%
Color previews
#df660c text on a black background
contrast 6.04:1
Card sample
#df660c text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df660c;
Background color
Panel with #df660c background
background-color: #df660c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df660c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 102, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 102, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df660c; background: linear-gradient(135deg, #df660c, #CBDF0C);