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