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