#dbb42f
a balanced, vivid yellow · cool · closest name: gold
RGB
219, 180, 47
HSL
46°, 71%, 52%
CMYK
0, 18, 79, 14
Luminance
0.4791
Every format
| HEX | #dbb42f |
| RGB | rgb(219, 180, 47) |
| HSL | hsl(46, 71%, 52%) |
| CMYK | cmyk(0%, 18%, 79%, 14%) |
| LAB | lab(74.8 1.5 67.8) |
| LCH | lch(74.8 67.8 88.8) |
| OKLCH | oklch(0.783 0.147 91.4) |
Copy-ready code
/* CSS */
color: #dbb42f;
background-color: #dbb42f;
/* Tailwind (arbitrary) */
class="text-[#dbb42f] bg-[#dbb42f]"
/* SCSS */
$brand: #dbb42f;
/* SwiftUI */
Color(red: 0.859, green: 0.706, blue: 0.184)
/* Android */
Color.parseColor("#dbb42f")Accessibility — WCAG contrast
Aa
#dbb42f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb42f on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow78.5%
Key (black)14.1%
Color previews
#dbb42f text on a black background
contrast 10.58:1
Card sample
#dbb42f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb42f;
Background color
Panel with #dbb42f background
background-color: #dbb42f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb42f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 180, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 180, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb42f; background: linear-gradient(135deg, #dbb42f, #8FDB2F);