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