#d2ccbf
a light, soft yellow · warm · closest name: silver
RGB
210, 204, 191
HSL
41°, 17%, 79%
CMYK
0, 3, 9, 18
Luminance
0.6065
Every format
| HEX | #d2ccbf |
| RGB | rgb(210, 204, 191) |
| HSL | hsl(41, 17%, 79%) |
| CMYK | cmyk(0%, 3%, 9%, 18%) |
| LAB | lab(82.2 -0.2 7.2) |
| LCH | lch(82.2 7.2 91.4) |
| OKLCH | oklch(0.846 0.019 86.2) |
Copy-ready code
/* CSS */
color: #d2ccbf;
background-color: #d2ccbf;
/* Tailwind (arbitrary) */
class="text-[#d2ccbf] bg-[#d2ccbf]"
/* SCSS */
$brand: #d2ccbf;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#d2ccbf")Accessibility — WCAG contrast
Aa
#d2ccbf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccbf on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow9.0%
Key (black)17.6%
Color previews
#d2ccbf text on a black background
contrast 13.13:1
Card sample
#d2ccbf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccbf;
Background color
Panel with #d2ccbf background
background-color: #d2ccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccbf; background: linear-gradient(135deg, #d2ccbf, #CBD2BF);