#d8ccaf
a light, soft yellow · warm · closest name: tan
RGB
216, 204, 175
HSL
42°, 35%, 77%
CMYK
0, 6, 19, 15
Luminance
0.6088
Every format
| HEX | #d8ccaf |
| RGB | rgb(216, 204, 175) |
| HSL | hsl(42, 35%, 77%) |
| CMYK | cmyk(0%, 6%, 19%, 15%) |
| LAB | lab(82.3 -0.5 16.0) |
| LCH | lch(82.3 16.0 91.9) |
| OKLCH | oklch(0.847 0.041 88.2) |
Copy-ready code
/* CSS */
color: #d8ccaf;
background-color: #d8ccaf;
/* Tailwind (arbitrary) */
class="text-[#d8ccaf] bg-[#d8ccaf]"
/* SCSS */
$brand: #d8ccaf;
/* SwiftUI */
Color(red: 0.847, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#d8ccaf")Accessibility — WCAG contrast
Aa
#d8ccaf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ccaf on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green80.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow19.0%
Key (black)15.3%
Color previews
#d8ccaf text on a black background
contrast 13.18:1
Card sample
#d8ccaf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ccaf;
Background color
Panel with #d8ccaf background
background-color: #d8ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ccaf; background: linear-gradient(135deg, #d8ccaf, #C9D8AF);