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