#df8000
a dark, electric orange · warm · closest name: chocolate
RGB
223, 128, 0
HSL
34°, 100%, 44%
CMYK
0, 43, 100, 13
Luminance
0.3113
Every format
| HEX | #df8000 |
| RGB | rgb(223, 128, 0) |
| HSL | hsl(34, 100%, 44%) |
| CMYK | cmyk(0%, 43%, 100%, 13%) |
| LAB | lab(62.6 30.0 69.1) |
| LCH | lch(62.6 75.3 66.5) |
| OKLCH | oklch(0.689 0.159 61.7) |
Copy-ready code
/* CSS */
color: #df8000;
background-color: #df8000;
/* Tailwind (arbitrary) */
class="text-[#df8000] bg-[#df8000]"
/* SCSS */
$brand: #df8000;
/* SwiftUI */
Color(red: 0.875, green: 0.502, blue: 0.000)
/* Android */
Color.parseColor("#df8000")Accessibility — WCAG contrast
Aa
#df8000 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8000 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green50.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow100.0%
Key (black)12.5%
Color previews
#df8000 text on a black background
contrast 7.23:1
Card sample
#df8000 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8000;
Background color
Panel with #df8000 background
background-color: #df8000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 128, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 128, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8000; background: linear-gradient(135deg, #df8000, #A9DF00);