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