#dfba15
a balanced, electric yellow · cool · closest name: gold
RGB
223, 186, 21
HSL
49°, 83%, 48%
CMYK
0, 17, 91, 13
Luminance
0.5086
Every format
| HEX | #dfba15 |
| RGB | rgb(223, 186, 21) |
| HSL | hsl(49, 83%, 48%) |
| CMYK | cmyk(0%, 17%, 91%, 13%) |
| LAB | lab(76.6 -0.6 75.9) |
| LCH | lch(76.6 75.9 90.4) |
| OKLCH | oklch(0.798 0.160 94.1) |
Copy-ready code
/* CSS */
color: #dfba15;
background-color: #dfba15;
/* Tailwind (arbitrary) */
class="text-[#dfba15] bg-[#dfba15]"
/* SCSS */
$brand: #dfba15;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.082)
/* Android */
Color.parseColor("#dfba15")Accessibility — WCAG contrast
Aa
#dfba15 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba15 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow90.6%
Key (black)12.5%
Color previews
#dfba15 text on a black background
contrast 11.17:1
Card sample
#dfba15 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba15;
Background color
Panel with #dfba15 background
background-color: #dfba15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba15; background: linear-gradient(135deg, #dfba15, #7DDF15);