#dbb44f
a balanced, vivid yellow · warm · closest name: khaki
RGB
219, 180, 79
HSL
43°, 66%, 58%
CMYK
0, 18, 64, 14
Luminance
0.4827
Every format
| HEX | #dbb44f |
| RGB | rgb(219, 180, 79) |
| HSL | hsl(43, 66%, 58%) |
| CMYK | cmyk(0%, 18%, 64%, 14%) |
| LAB | lab(75.0 3.0 55.4) |
| LCH | lch(75.0 55.5 86.9) |
| OKLCH | oklch(0.786 0.127 87.9) |
Copy-ready code
/* CSS */
color: #dbb44f;
background-color: #dbb44f;
/* Tailwind (arbitrary) */
class="text-[#dbb44f] bg-[#dbb44f]"
/* SCSS */
$brand: #dbb44f;
/* SwiftUI */
Color(red: 0.859, green: 0.706, blue: 0.310)
/* Android */
Color.parseColor("#dbb44f")Accessibility — WCAG contrast
Aa
#dbb44f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb44f on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow63.9%
Key (black)14.1%
Color previews
#dbb44f text on a black background
contrast 10.65:1
Card sample
#dbb44f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb44f;
Background color
Panel with #dbb44f background
background-color: #dbb44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 180, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 180, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb44f; background: linear-gradient(135deg, #dbb44f, #A5DB4F);