#df7010
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 112, 16
HSL
28°, 87%, 47%
CMYK
0, 50, 93, 13
Luminance
0.2731
Every format
| HEX | #df7010 |
| RGB | rgb(223, 112, 16) |
| HSL | hsl(28, 87%, 47%) |
| CMYK | cmyk(0%, 50%, 93%, 13%) |
| LAB | lab(59.3 38.4 64.1) |
| LCH | lch(59.3 74.8 59.1) |
| OKLCH | oklch(0.663 0.165 52.3) |
Copy-ready code
/* CSS */
color: #df7010;
background-color: #df7010;
/* Tailwind (arbitrary) */
class="text-[#df7010] bg-[#df7010]"
/* SCSS */
$brand: #df7010;
/* SwiftUI */
Color(red: 0.875, green: 0.439, blue: 0.063)
/* Android */
Color.parseColor("#df7010")Accessibility — WCAG contrast
Aa
#df7010 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7010 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow92.8%
Key (black)12.5%
Color previews
#df7010 text on a black background
contrast 6.46:1
Card sample
#df7010 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7010;
Background color
Panel with #df7010 background
background-color: #df7010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 112, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 112, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7010; background: linear-gradient(135deg, #df7010, #C4DF10);