#dbb82f
a balanced, vivid yellow · cool · closest name: gold
RGB
219, 184, 47
HSL
48°, 71%, 52%
CMYK
0, 16, 79, 14
Luminance
0.4955
Every format
| HEX | #dbb82f |
| RGB | rgb(219, 184, 47) |
| HSL | hsl(48, 71%, 52%) |
| CMYK | cmyk(0%, 16%, 79%, 14%) |
| LAB | lab(75.8 -0.6 68.7) |
| LCH | lch(75.8 68.7 90.5) |
| OKLCH | oklch(0.791 0.149 93.6) |
Copy-ready code
/* CSS */
color: #dbb82f;
background-color: #dbb82f;
/* Tailwind (arbitrary) */
class="text-[#dbb82f] bg-[#dbb82f]"
/* SCSS */
$brand: #dbb82f;
/* SwiftUI */
Color(red: 0.859, green: 0.722, blue: 0.184)
/* Android */
Color.parseColor("#dbb82f")Accessibility — WCAG contrast
Aa
#dbb82f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb82f on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow78.5%
Key (black)14.1%
Color previews
#dbb82f text on a black background
contrast 10.91:1
Card sample
#dbb82f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb82f;
Background color
Panel with #dbb82f background
background-color: #dbb82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 184, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 184, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb82f; background: linear-gradient(135deg, #dbb82f, #8BDB2F);