#dbc90b
a balanced, electric yellow · cool · closest name: gold
RGB
219, 201, 11
HSL
55°, 90%, 45%
CMYK
0, 8, 95, 14
Luminance
0.5686
Every format
| HEX | #dbc90b |
| RGB | rgb(219, 201, 11) |
| HSL | hsl(55, 90%, 45%) |
| CMYK | cmyk(0%, 8%, 95%, 14%) |
| LAB | lab(80.1 -10.2 79.7) |
| LCH | lch(80.1 80.4 97.3) |
| OKLCH | oklch(0.825 0.172 102.9) |
Copy-ready code
/* CSS */
color: #dbc90b;
background-color: #dbc90b;
/* Tailwind (arbitrary) */
class="text-[#dbc90b] bg-[#dbc90b]"
/* SCSS */
$brand: #dbc90b;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.043)
/* Android */
Color.parseColor("#dbc90b")Accessibility — WCAG contrast
Aa
#dbc90b on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc90b on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow95.0%
Key (black)14.1%
Color previews
#dbc90b text on a black background
contrast 12.37:1
Card sample
#dbc90b text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc90b;
Background color
Panel with #dbc90b background
background-color: #dbc90b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc90b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc90b; background: linear-gradient(135deg, #dbc90b, #62DB0B);