#df9c02
a dark, electric yellow · warm · closest name: orange
RGB
223, 156, 2
HSL
42°, 98%, 44%
CMYK
0, 30, 99, 13
Luminance
0.3947
Every format
| HEX | #df9c02 |
| RGB | rgb(223, 156, 2) |
| HSL | hsl(42, 98%, 44%) |
| CMYK | cmyk(0%, 30%, 99%, 13%) |
| LAB | lab(69.1 15.1 73.0) |
| LCH | lch(69.1 74.6 78.3) |
| OKLCH | oklch(0.739 0.154 77.9) |
Copy-ready code
/* CSS */
color: #df9c02;
background-color: #df9c02;
/* Tailwind (arbitrary) */
class="text-[#df9c02] bg-[#df9c02]"
/* SCSS */
$brand: #df9c02;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.008)
/* Android */
Color.parseColor("#df9c02")Accessibility — WCAG contrast
Aa
#df9c02 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c02 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow99.1%
Key (black)12.5%
Color previews
#df9c02 text on a black background
contrast 8.89:1
Card sample
#df9c02 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c02;
Background color
Panel with #df9c02 background
background-color: #df9c02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c02; background: linear-gradient(135deg, #df9c02, #8FDF02);