#dbb04f
a balanced, vivid yellow · warm · closest name: peru
RGB
219, 176, 79
HSL
42°, 66%, 58%
CMYK
0, 20, 64, 14
Luminance
0.4668
Every format
| HEX | #dbb04f |
| RGB | rgb(219, 176, 79) |
| HSL | hsl(42, 66%, 58%) |
| CMYK | cmyk(0%, 20%, 64%, 14%) |
| LAB | lab(74.0 5.1 54.3) |
| LCH | lch(74.0 54.5 84.6) |
| OKLCH | oklch(0.778 0.125 85.1) |
Copy-ready code
/* CSS */
color: #dbb04f;
background-color: #dbb04f;
/* Tailwind (arbitrary) */
class="text-[#dbb04f] bg-[#dbb04f]"
/* SCSS */
$brand: #dbb04f;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.310)
/* Android */
Color.parseColor("#dbb04f")Accessibility — WCAG contrast
Aa
#dbb04f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb04f on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow63.9%
Key (black)14.1%
Color previews
#dbb04f text on a black background
contrast 10.34:1
Card sample
#dbb04f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb04f;
Background color
Panel with #dbb04f background
background-color: #dbb04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb04f; background: linear-gradient(135deg, #dbb04f, #A9DB4F);