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