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