#df9002
a dark, electric orange · warm · closest name: orange
RGB
223, 144, 2
HSL
39°, 98%, 44%
CMYK
0, 35, 99, 13
Luminance
0.3564
Every format
| HEX | #df9002 |
| RGB | rgb(223, 144, 2) |
| HSL | hsl(39, 98%, 44%) |
| CMYK | cmyk(0%, 35%, 99%, 13%) |
| LAB | lab(66.3 21.5 71.1) |
| LCH | lch(66.3 74.3 73.2) |
| OKLCH | oklch(0.717 0.154 70.8) |
Copy-ready code
/* CSS */
color: #df9002;
background-color: #df9002;
/* Tailwind (arbitrary) */
class="text-[#df9002] bg-[#df9002]"
/* SCSS */
$brand: #df9002;
/* SwiftUI */
Color(red: 0.875, green: 0.565, blue: 0.008)
/* Android */
Color.parseColor("#df9002")Accessibility — WCAG contrast
Aa
#df9002 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9002 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow99.1%
Key (black)12.5%
Color previews
#df9002 text on a black background
contrast 8.13:1
Card sample
#df9002 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9002;
Background color
Panel with #df9002 background
background-color: #df9002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 144, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 144, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9002; background: linear-gradient(135deg, #df9002, #9ADF02);