#d8bfac
a light, soft orange · warm · closest name: tan
RGB
216, 191, 172
HSL
26°, 36%, 76%
CMYK
0, 12, 20, 15
Luminance
0.5484
Every format
| HEX | #d8bfac |
| RGB | rgb(216, 191, 172) |
| HSL | hsl(26, 36%, 76%) |
| CMYK | cmyk(0%, 12%, 20%, 15%) |
| LAB | lab(79.0 5.9 12.8) |
| LCH | lch(79.0 14.1 65.5) |
| OKLCH | oklch(0.821 0.039 59.4) |
Copy-ready code
/* CSS */
color: #d8bfac;
background-color: #d8bfac;
/* Tailwind (arbitrary) */
class="text-[#d8bfac] bg-[#d8bfac]"
/* SCSS */
$brand: #d8bfac;
/* SwiftUI */
Color(red: 0.847, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#d8bfac")Accessibility — WCAG contrast
Aa
#d8bfac on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8bfac on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow20.4%
Key (black)15.3%
Color previews
#d8bfac text on a black background
contrast 11.97:1
Card sample
#d8bfac text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8bfac;
Background color
Panel with #d8bfac background
background-color: #d8bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8bfac; background: linear-gradient(135deg, #d8bfac, #D4D8AC);