#d6ac9f
a light, soft red · warm · closest name: tan
RGB
214, 172, 159
HSL
14°, 40%, 73%
CMYK
0, 20, 26, 16
Luminance
0.4630
Every format
| HEX | #d6ac9f |
| RGB | rgb(214, 172, 159) |
| HSL | hsl(14, 40%, 73%) |
| CMYK | cmyk(0%, 20%, 26%, 16%) |
| LAB | lab(73.7 13.4 12.5) |
| LCH | lch(73.7 18.3 43.0) |
| OKLCH | oklch(0.779 0.053 37.9) |
Copy-ready code
/* CSS */
color: #d6ac9f;
background-color: #d6ac9f;
/* Tailwind (arbitrary) */
class="text-[#d6ac9f] bg-[#d6ac9f]"
/* SCSS */
$brand: #d6ac9f;
/* SwiftUI */
Color(red: 0.839, green: 0.675, blue: 0.624)
/* Android */
Color.parseColor("#d6ac9f")Accessibility — WCAG contrast
Aa
#d6ac9f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ac9f on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green67.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow25.7%
Key (black)16.1%
Color previews
#d6ac9f text on a black background
contrast 10.26:1
Card sample
#d6ac9f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ac9f;
Background color
Panel with #d6ac9f background
background-color: #d6ac9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ac9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 172, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 172, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ac9f; background: linear-gradient(135deg, #d6ac9f, #D6D19F);