#df8902
a dark, electric orange · warm · closest name: orange
RGB
223, 137, 2
HSL
37°, 98%, 44%
CMYK
0, 39, 99, 13
Luminance
0.3358
Every format
| HEX | #df8902 |
| RGB | rgb(223, 137, 2) |
| HSL | hsl(37, 98%, 44%) |
| CMYK | cmyk(0%, 39%, 99%, 13%) |
| LAB | lab(64.6 25.2 70.0) |
| LCH | lch(64.6 74.5 70.2) |
| OKLCH | oklch(0.704 0.156 66.7) |
Copy-ready code
/* CSS */
color: #df8902;
background-color: #df8902;
/* Tailwind (arbitrary) */
class="text-[#df8902] bg-[#df8902]"
/* SCSS */
$brand: #df8902;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.008)
/* Android */
Color.parseColor("#df8902")Accessibility — WCAG contrast
Aa
#df8902 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8902 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow99.1%
Key (black)12.5%
Color previews
#df8902 text on a black background
contrast 7.72:1
Card sample
#df8902 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8902;
Background color
Panel with #df8902 background
background-color: #df8902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8902; background: linear-gradient(135deg, #df8902, #A1DF02);