#dbab7f
a light, vivid orange · warm · closest name: tan
RGB
219, 171, 127
HSL
29°, 56%, 68%
CMYK
0, 22, 42, 14
Luminance
0.4572
Every format
| HEX | #dbab7f |
| RGB | rgb(219, 171, 127) |
| HSL | hsl(29, 56%, 68%) |
| CMYK | cmyk(0%, 22%, 42%, 14%) |
| LAB | lab(73.4 11.9 29.4) |
| LCH | lch(73.4 31.7 68.0) |
| OKLCH | oklch(0.775 0.081 63.7) |
Copy-ready code
/* CSS */
color: #dbab7f;
background-color: #dbab7f;
/* Tailwind (arbitrary) */
class="text-[#dbab7f] bg-[#dbab7f]"
/* SCSS */
$brand: #dbab7f;
/* SwiftUI */
Color(red: 0.859, green: 0.671, blue: 0.498)
/* Android */
Color.parseColor("#dbab7f")Accessibility — WCAG contrast
Aa
#dbab7f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbab7f on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow42.0%
Key (black)14.1%
Color previews
#dbab7f text on a black background
contrast 10.14:1
Card sample
#dbab7f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbab7f;
Background color
Panel with #dbab7f background
background-color: #dbab7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbab7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 171, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 171, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbab7f; background: linear-gradient(135deg, #dbab7f, #CEDB7F);