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