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