#dbb49f
a light, vivid orange · warm · closest name: tan
RGB
219, 180, 159
HSL
21°, 46%, 74%
CMYK
0, 18, 27, 14
Luminance
0.5021
Every format
| HEX | #dbb49f |
| RGB | rgb(219, 180, 159) |
| HSL | hsl(21, 46%, 74%) |
| CMYK | cmyk(0%, 18%, 27%, 14%) |
| LAB | lab(76.2 11.0 16.0) |
| LCH | lch(76.2 19.4 55.5) |
| OKLCH | oklch(0.799 0.054 49.9) |
Copy-ready code
/* CSS */
color: #dbb49f;
background-color: #dbb49f;
/* Tailwind (arbitrary) */
class="text-[#dbb49f] bg-[#dbb49f]"
/* SCSS */
$brand: #dbb49f;
/* SwiftUI */
Color(red: 0.859, green: 0.706, blue: 0.624)
/* Android */
Color.parseColor("#dbb49f")Accessibility — WCAG contrast
Aa
#dbb49f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb49f on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow27.4%
Key (black)14.1%
Color previews
#dbb49f text on a black background
contrast 11.04:1
Card sample
#dbb49f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb49f;
Background color
Panel with #dbb49f background
background-color: #dbb49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 180, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 180, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb49f; background: linear-gradient(135deg, #dbb49f, #DADB9F);