#dbb94f
a balanced, vivid yellow · cool · closest name: khaki
RGB
219, 185, 79
HSL
45°, 66%, 58%
CMYK
0, 16, 64, 14
Luminance
0.5032
Every format
| HEX | #dbb94f |
| RGB | rgb(219, 185, 79) |
| HSL | hsl(45, 66%, 58%) |
| CMYK | cmyk(0%, 16%, 64%, 14%) |
| LAB | lab(76.3 0.4 56.8) |
| LCH | lch(76.3 56.8 89.6) |
| OKLCH | oklch(0.796 0.130 91.3) |
Copy-ready code
/* CSS */
color: #dbb94f;
background-color: #dbb94f;
/* Tailwind (arbitrary) */
class="text-[#dbb94f] bg-[#dbb94f]"
/* SCSS */
$brand: #dbb94f;
/* SwiftUI */
Color(red: 0.859, green: 0.725, blue: 0.310)
/* Android */
Color.parseColor("#dbb94f")Accessibility — WCAG contrast
Aa
#dbb94f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb94f on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow63.9%
Key (black)14.1%
Color previews
#dbb94f text on a black background
contrast 11.06:1
Card sample
#dbb94f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb94f;
Background color
Panel with #dbb94f background
background-color: #dbb94f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb94f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 185, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 185, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb94f; background: linear-gradient(135deg, #dbb94f, #A0DB4F);