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