#d8b19e
a light, soft orange · warm · closest name: tan
RGB
216, 177, 158
HSL
20°, 43%, 73%
CMYK
0, 18, 27, 15
Luminance
0.4851
Every format
| HEX | #d8b19e |
| RGB | rgb(216, 177, 158) |
| HSL | hsl(20, 43%, 73%) |
| CMYK | cmyk(0%, 18%, 27%, 15%) |
| LAB | lab(75.2 11.3 15.0) |
| LCH | lch(75.2 18.8 53.0) |
| OKLCH | oklch(0.790 0.053 47.4) |
Copy-ready code
/* CSS */
color: #d8b19e;
background-color: #d8b19e;
/* Tailwind (arbitrary) */
class="text-[#d8b19e] bg-[#d8b19e]"
/* SCSS */
$brand: #d8b19e;
/* SwiftUI */
Color(red: 0.847, green: 0.694, blue: 0.620)
/* Android */
Color.parseColor("#d8b19e")Accessibility — WCAG contrast
Aa
#d8b19e on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8b19e on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green69.4%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow26.9%
Key (black)15.3%
Color previews
#d8b19e text on a black background
contrast 10.70:1
Card sample
#d8b19e text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8b19e;
Background color
Panel with #d8b19e background
background-color: #d8b19e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8b19e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 177, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 177, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8b19e; background: linear-gradient(135deg, #d8b19e, #D8D89E);