#dbaf0c
a balanced, electric yellow · cool · closest name: gold
RGB
219, 175, 12
HSL
47°, 90%, 45%
CMYK
0, 20, 95, 14
Luminance
0.4575
Every format
| HEX | #dbaf0c |
| RGB | rgb(219, 175, 12) |
| HSL | hsl(47, 90%, 45%) |
| CMYK | cmyk(0%, 20%, 95%, 14%) |
| LAB | lab(73.4 3.3 74.7) |
| LCH | lch(73.4 74.7 87.5) |
| OKLCH | oklch(0.772 0.156 90.2) |
Copy-ready code
/* CSS */
color: #dbaf0c;
background-color: #dbaf0c;
/* Tailwind (arbitrary) */
class="text-[#dbaf0c] bg-[#dbaf0c]"
/* SCSS */
$brand: #dbaf0c;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.047)
/* Android */
Color.parseColor("#dbaf0c")Accessibility — WCAG contrast
Aa
#dbaf0c on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbaf0c on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow94.5%
Key (black)14.1%
Color previews
#dbaf0c text on a black background
contrast 10.15:1
Card sample
#dbaf0c text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbaf0c;
Background color
Panel with #dbaf0c background
background-color: #dbaf0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbaf0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbaf0c; background: linear-gradient(135deg, #dbaf0c, #7DDB0C);