#df9b0c
a balanced, electric yellow · warm · closest name: orange
RGB
223, 155, 12
HSL
41°, 90%, 46%
CMYK
0, 31, 95, 13
Luminance
0.3916
Every format
| HEX | #df9b0c |
| RGB | rgb(223, 155, 12) |
| HSL | hsl(41, 90%, 46%) |
| CMYK | cmyk(0%, 31%, 95%, 13%) |
| LAB | lab(68.9 15.7 71.6) |
| LCH | lch(68.9 73.3 77.6) |
| OKLCH | oklch(0.737 0.152 76.9) |
Copy-ready code
/* CSS */
color: #df9b0c;
background-color: #df9b0c;
/* Tailwind (arbitrary) */
class="text-[#df9b0c] bg-[#df9b0c]"
/* SCSS */
$brand: #df9b0c;
/* SwiftUI */
Color(red: 0.875, green: 0.608, blue: 0.047)
/* Android */
Color.parseColor("#df9b0c")Accessibility — WCAG contrast
Aa
#df9b0c on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9b0c on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.8%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow94.6%
Key (black)12.5%
Color previews
#df9b0c text on a black background
contrast 8.83:1
Card sample
#df9b0c text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9b0c;
Background color
Panel with #df9b0c background
background-color: #df9b0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9b0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 155, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 155, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9b0c; background: linear-gradient(135deg, #df9b0c, #96DF0C);