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