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