#dfab19
a balanced, electric yellow · warm · closest name: orange
RGB
223, 171, 25
HSL
44°, 80%, 49%
CMYK
0, 23, 89, 13
Luminance
0.4488
Every format
| HEX | #dfab19 |
| RGB | rgb(223, 171, 25) |
| HSL | hsl(44, 80%, 49%) |
| CMYK | cmyk(0%, 23%, 89%, 13%) |
| LAB | lab(72.8 7.4 72.2) |
| LCH | lch(72.8 72.6 84.2) |
| OKLCH | oklch(0.768 0.153 85.7) |
Copy-ready code
/* CSS */
color: #dfab19;
background-color: #dfab19;
/* Tailwind (arbitrary) */
class="text-[#dfab19] bg-[#dfab19]"
/* SCSS */
$brand: #dfab19;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.098)
/* Android */
Color.parseColor("#dfab19")Accessibility — WCAG contrast
Aa
#dfab19 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfab19 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow88.8%
Key (black)12.5%
Color previews
#dfab19 text on a black background
contrast 9.98:1
Card sample
#dfab19 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfab19;
Background color
Panel with #dfab19 background
background-color: #dfab19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfab19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfab19; background: linear-gradient(135deg, #dfab19, #8FDF19);