#d0cccf
a light, muted gray · warm · closest name: silver
RGB
208, 204, 207
HSL
315°, 4%, 81%
CMYK
0, 2, 1, 18
Luminance
0.6110
Every format
| HEX | #d0cccf |
| RGB | rgb(208, 204, 207) |
| HSL | hsl(315, 4%, 81%) |
| CMYK | cmyk(0%, 2%, 1%, 18%) |
| LAB | lab(82.4 1.9 -1.0) |
| LCH | lch(82.4 2.2 332.5) |
| OKLCH | oklch(0.849 0.006 334.0) |
Copy-ready code
/* CSS */
color: #d0cccf;
background-color: #d0cccf;
/* Tailwind (arbitrary) */
class="text-[#d0cccf] bg-[#d0cccf]"
/* SCSS */
$brand: #d0cccf;
/* SwiftUI */
Color(red: 0.816, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#d0cccf")Accessibility — WCAG contrast
Aa
#d0cccf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cccf on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow0.5%
Key (black)18.4%
Color previews
#d0cccf text on a black background
contrast 13.22:1
Card sample
#d0cccf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cccf;
Background color
Panel with #d0cccf background
background-color: #d0cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cccf; background: linear-gradient(135deg, #d0cccf, #D0CCCC);