#cccad1
a light, muted gray · warm · closest name: silver
RGB
204, 202, 209
HSL
257°, 7%, 81%
CMYK
2, 3, 0, 18
Luminance
0.5968
Every format
| HEX | #cccad1 |
| RGB | rgb(204, 202, 209) |
| HSL | hsl(257, 7%, 81%) |
| CMYK | cmyk(2%, 3%, 0%, 18%) |
| LAB | lab(81.7 2.0 -3.2) |
| LCH | lch(81.7 3.8 301.5) |
| OKLCH | oklch(0.843 0.010 299.2) |
Copy-ready code
/* CSS */
color: #cccad1;
background-color: #cccad1;
/* Tailwind (arbitrary) */
class="text-[#cccad1] bg-[#cccad1]"
/* SCSS */
$brand: #cccad1;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.820)
/* Android */
Color.parseColor("#cccad1")Accessibility — WCAG contrast
Aa
#cccad1 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccad1 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue82.0%
CMYK percentages
Cyan2.4%
Magenta3.3%
Yellow0.0%
Key (black)18.0%
Color previews
#cccad1 text on a black background
contrast 12.94:1
Card sample
#cccad1 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccad1;
Background color
Panel with #cccad1 background
background-color: #cccad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccad1; background: linear-gradient(135deg, #cccad1, #D1CAD1);