#dbc44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
219, 196, 79
HSL
50°, 66%, 58%
CMYK
0, 11, 64, 14
Luminance
0.5510
Every format
| HEX | #dbc44f |
| RGB | rgb(219, 196, 79) |
| HSL | hsl(50, 66%, 58%) |
| CMYK | cmyk(0%, 11%, 64%, 14%) |
| LAB | lab(79.1 -5.3 59.8) |
| LCH | lch(79.1 60.0 95.1) |
| OKLCH | oklch(0.818 0.137 98.1) |
Copy-ready code
/* CSS */
color: #dbc44f;
background-color: #dbc44f;
/* Tailwind (arbitrary) */
class="text-[#dbc44f] bg-[#dbc44f]"
/* SCSS */
$brand: #dbc44f;
/* SwiftUI */
Color(red: 0.859, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#dbc44f")Accessibility — WCAG contrast
Aa
#dbc44f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc44f on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green76.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow63.9%
Key (black)14.1%
Color previews
#dbc44f text on a black background
contrast 12.02:1
Card sample
#dbc44f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc44f;
Background color
Panel with #dbc44f background
background-color: #dbc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc44f; background: linear-gradient(135deg, #dbc44f, #95DB4F);