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