#dbbf7f
a light, vivid yellow · warm · closest name: tan
RGB
219, 191, 127
HSL
42°, 56%, 68%
CMYK
0, 13, 42, 14
Luminance
0.5385
Every format
| HEX | #dbbf7f |
| RGB | rgb(219, 191, 127) |
| HSL | hsl(42, 56%, 68%) |
| CMYK | cmyk(0%, 13%, 42%, 14%) |
| LAB | lab(78.4 1.3 35.9) |
| LCH | lch(78.4 35.9 87.9) |
| OKLCH | oklch(0.814 0.088 86.8) |
Copy-ready code
/* CSS */
color: #dbbf7f;
background-color: #dbbf7f;
/* Tailwind (arbitrary) */
class="text-[#dbbf7f] bg-[#dbbf7f]"
/* SCSS */
$brand: #dbbf7f;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.498)
/* Android */
Color.parseColor("#dbbf7f")Accessibility — WCAG contrast
Aa
#dbbf7f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbf7f on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow42.0%
Key (black)14.1%
Color previews
#dbbf7f text on a black background
contrast 11.77:1
Card sample
#dbbf7f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbf7f;
Background color
Panel with #dbbf7f background
background-color: #dbbf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbf7f; background: linear-gradient(135deg, #dbbf7f, #BADB7F);