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