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