#dbb76f
a balanced, vivid yellow · warm · closest name: tan
RGB
219, 183, 111
HSL
40°, 60%, 65%
CMYK
0, 16, 49, 14
Luminance
0.5007
Every format
| HEX | #dbb76f |
| RGB | rgb(219, 183, 111) |
| HSL | hsl(40, 60%, 65%) |
| CMYK | cmyk(0%, 16%, 49%, 14%) |
| LAB | lab(76.1 3.9 41.3) |
| LCH | lch(76.1 41.4 84.6) |
| OKLCH | oklch(0.796 0.100 83.7) |
Copy-ready code
/* CSS */
color: #dbb76f;
background-color: #dbb76f;
/* Tailwind (arbitrary) */
class="text-[#dbb76f] bg-[#dbb76f]"
/* SCSS */
$brand: #dbb76f;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.435)
/* Android */
Color.parseColor("#dbb76f")Accessibility — WCAG contrast
Aa
#dbb76f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb76f on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow49.3%
Key (black)14.1%
Color previews
#dbb76f text on a black background
contrast 11.01:1
Card sample
#dbb76f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb76f;
Background color
Panel with #dbb76f background
background-color: #dbb76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb76f; background: linear-gradient(135deg, #dbb76f, #B7DB6F);