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