#d4ccb2
a light, soft yellow · cool · closest name: tan
RGB
212, 204, 178
HSL
46°, 28%, 77%
CMYK
0, 4, 16, 17
Luminance
0.6040
Every format
| HEX | #d4ccb2 |
| RGB | rgb(212, 204, 178) |
| HSL | hsl(46, 28%, 77%) |
| CMYK | cmyk(0%, 4%, 16%, 17%) |
| LAB | lab(82.0 -1.5 14.0) |
| LCH | lch(82.0 14.0 96.3) |
| OKLCH | oklch(0.845 0.036 92.9) |
Copy-ready code
/* CSS */
color: #d4ccb2;
background-color: #d4ccb2;
/* Tailwind (arbitrary) */
class="text-[#d4ccb2] bg-[#d4ccb2]"
/* SCSS */
$brand: #d4ccb2;
/* SwiftUI */
Color(red: 0.831, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#d4ccb2")Accessibility — WCAG contrast
Aa
#d4ccb2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ccb2 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green80.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow16.0%
Key (black)16.9%
Color previews
#d4ccb2 text on a black background
contrast 13.08:1
Card sample
#d4ccb2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ccb2;
Background color
Panel with #d4ccb2 background
background-color: #d4ccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ccb2; background: linear-gradient(135deg, #d4ccb2, #C5D4B2);