#df8c06
a dark, electric orange · warm · closest name: orange
RGB
223, 140, 6
HSL
37°, 95%, 45%
CMYK
0, 37, 97, 13
Luminance
0.3446
Every format
| HEX | #df8c06 |
| RGB | rgb(223, 140, 6) |
| HSL | hsl(37, 95%, 45%) |
| CMYK | cmyk(0%, 37%, 97%, 13%) |
| LAB | lab(65.3 23.7 69.9) |
| LCH | lch(65.3 73.8 71.3) |
| OKLCH | oklch(0.710 0.154 68.2) |
Copy-ready code
/* CSS */
color: #df8c06;
background-color: #df8c06;
/* Tailwind (arbitrary) */
class="text-[#df8c06] bg-[#df8c06]"
/* SCSS */
$brand: #df8c06;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.024)
/* Android */
Color.parseColor("#df8c06")Accessibility — WCAG contrast
Aa
#df8c06 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c06 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow97.3%
Key (black)12.5%
Color previews
#df8c06 text on a black background
contrast 7.89:1
Card sample
#df8c06 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c06;
Background color
Panel with #df8c06 background
background-color: #df8c06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c06; background: linear-gradient(135deg, #df8c06, #A1DF06);