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