#dbb75f
a balanced, vivid yellow · warm · closest name: khaki
RGB
219, 183, 95
HSL
43°, 63%, 62%
CMYK
0, 16, 57, 14
Luminance
0.4975
Every format
| HEX | #dbb75f |
| RGB | rgb(219, 183, 95) |
| HSL | hsl(43, 63%, 62%) |
| CMYK | cmyk(0%, 16%, 57%, 14%) |
| LAB | lab(75.9 2.6 48.9) |
| LCH | lch(75.9 49.0 87.0) |
| OKLCH | oklch(0.793 0.115 87.4) |
Copy-ready code
/* CSS */
color: #dbb75f;
background-color: #dbb75f;
/* Tailwind (arbitrary) */
class="text-[#dbb75f] bg-[#dbb75f]"
/* SCSS */
$brand: #dbb75f;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.373)
/* Android */
Color.parseColor("#dbb75f")Accessibility — WCAG contrast
Aa
#dbb75f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb75f on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow56.6%
Key (black)14.1%
Color previews
#dbb75f text on a black background
contrast 10.95:1
Card sample
#dbb75f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb75f;
Background color
Panel with #dbb75f background
background-color: #dbb75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb75f; background: linear-gradient(135deg, #dbb75f, #ACDB5F);