#df910e
a balanced, electric orange · warm · closest name: orange
RGB
223, 145, 14
HSL
38°, 88%, 47%
CMYK
0, 35, 94, 13
Luminance
0.3597
Every format
| HEX | #df910e |
| RGB | rgb(223, 145, 14) |
| HSL | hsl(38, 88%, 47%) |
| CMYK | cmyk(0%, 35%, 94%, 13%) |
| LAB | lab(66.5 21.1 69.6) |
| LCH | lch(66.5 72.7 73.1) |
| OKLCH | oklch(0.719 0.152 70.8) |
Copy-ready code
/* CSS */
color: #df910e;
background-color: #df910e;
/* Tailwind (arbitrary) */
class="text-[#df910e] bg-[#df910e]"
/* SCSS */
$brand: #df910e;
/* SwiftUI */
Color(red: 0.875, green: 0.569, blue: 0.055)
/* Android */
Color.parseColor("#df910e")Accessibility — WCAG contrast
Aa
#df910e on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df910e on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.9%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow93.7%
Key (black)12.5%
Color previews
#df910e text on a black background
contrast 8.19:1
Card sample
#df910e text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df910e;
Background color
Panel with #df910e background
background-color: #df910e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df910e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 145, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 145, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df910e; background: linear-gradient(135deg, #df910e, #A2DF0E);