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