#d3cccf
a light, muted gray · warm · closest name: silver
RGB
211, 204, 207
HSL
334°, 7%, 81%
CMYK
0, 3, 2, 17
Luminance
0.6154
Every format
| HEX | #d3cccf |
| RGB | rgb(211, 204, 207) |
| HSL | hsl(334, 7%, 81%) |
| CMYK | cmyk(0%, 3%, 2%, 17%) |
| LAB | lab(82.7 3.0 -0.6) |
| LCH | lch(82.7 3.0 347.9) |
| OKLCH | oklch(0.852 0.009 349.3) |
Copy-ready code
/* CSS */
color: #d3cccf;
background-color: #d3cccf;
/* Tailwind (arbitrary) */
class="text-[#d3cccf] bg-[#d3cccf]"
/* SCSS */
$brand: #d3cccf;
/* SwiftUI */
Color(red: 0.827, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#d3cccf")Accessibility — WCAG contrast
Aa
#d3cccf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cccf on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow1.9%
Key (black)17.3%
Color previews
#d3cccf text on a black background
contrast 13.31:1
Card sample
#d3cccf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cccf;
Background color
Panel with #d3cccf background
background-color: #d3cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cccf; background: linear-gradient(135deg, #d3cccf, #D3CECC);