#dbb77f
a light, vivid orange · warm · closest name: tan
RGB
219, 183, 127
HSL
37°, 56%, 68%
CMYK
0, 16, 42, 14
Luminance
0.5046
Every format
| HEX | #dbb77f |
| RGB | rgb(219, 183, 127) |
| HSL | hsl(37, 56%, 68%) |
| CMYK | cmyk(0%, 16%, 42%, 14%) |
| LAB | lab(76.3 5.5 33.3) |
| LCH | lch(76.3 33.7 80.6) |
| OKLCH | oklch(0.798 0.084 78.1) |
Copy-ready code
/* CSS */
color: #dbb77f;
background-color: #dbb77f;
/* Tailwind (arbitrary) */
class="text-[#dbb77f] bg-[#dbb77f]"
/* SCSS */
$brand: #dbb77f;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.498)
/* Android */
Color.parseColor("#dbb77f")Accessibility — WCAG contrast
Aa
#dbb77f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb77f on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow42.0%
Key (black)14.1%
Color previews
#dbb77f text on a black background
contrast 11.09:1
Card sample
#dbb77f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb77f;
Background color
Panel with #dbb77f background
background-color: #dbb77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb77f; background: linear-gradient(135deg, #dbb77f, #C2DB7F);