#d2cccb
a light, muted gray · warm · closest name: silver
RGB
210, 204, 203
HSL
9°, 7%, 81%
CMYK
0, 3, 3, 18
Luminance
0.6120
Every format
| HEX | #d2cccb |
| RGB | rgb(210, 204, 203) |
| HSL | hsl(9, 7%, 81%) |
| CMYK | cmyk(0%, 3%, 3%, 18%) |
| LAB | lab(82.5 1.9 1.2) |
| LCH | lch(82.5 2.3 33.1) |
| OKLCH | oklch(0.850 0.007 28.8) |
Copy-ready code
/* CSS */
color: #d2cccb;
background-color: #d2cccb;
/* Tailwind (arbitrary) */
class="text-[#d2cccb] bg-[#d2cccb]"
/* SCSS */
$brand: #d2cccb;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#d2cccb")Accessibility — WCAG contrast
Aa
#d2cccb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cccb on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow3.3%
Key (black)17.6%
Color previews
#d2cccb text on a black background
contrast 13.24:1
Card sample
#d2cccb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cccb;
Background color
Panel with #d2cccb background
background-color: #d2cccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cccb; background: linear-gradient(135deg, #d2cccb, #D2D1CB);