#dbbf39
a balanced, vivid yellow · cool · closest name: gold
RGB
219, 191, 57
HSL
50°, 69%, 54%
CMYK
0, 13, 74, 14
Luminance
0.5262
Every format
| HEX | #dbbf39 |
| RGB | rgb(219, 191, 57) |
| HSL | hsl(50, 69%, 54%) |
| CMYK | cmyk(0%, 13%, 74%, 14%) |
| LAB | lab(77.7 -3.9 67.0) |
| LCH | lch(77.7 67.1 93.3) |
| OKLCH | oklch(0.806 0.148 96.9) |
Copy-ready code
/* CSS */
color: #dbbf39;
background-color: #dbbf39;
/* Tailwind (arbitrary) */
class="text-[#dbbf39] bg-[#dbbf39]"
/* SCSS */
$brand: #dbbf39;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.224)
/* Android */
Color.parseColor("#dbbf39")Accessibility — WCAG contrast
Aa
#dbbf39 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbf39 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow74.0%
Key (black)14.1%
Color previews
#dbbf39 text on a black background
contrast 11.52:1
Card sample
#dbbf39 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbf39;
Background color
Panel with #dbbf39 background
background-color: #dbbf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbf39; background: linear-gradient(135deg, #dbbf39, #8BDB39);