#cccad0
a light, muted gray · warm · closest name: silver
RGB
204, 202, 208
HSL
260°, 6%, 80%
CMYK
2, 3, 0, 18
Luminance
0.5963
Every format
| HEX | #cccad0 |
| RGB | rgb(204, 202, 208) |
| HSL | hsl(260, 6%, 80%) |
| CMYK | cmyk(2%, 3%, 0%, 18%) |
| LAB | lab(81.6 1.8 -2.7) |
| LCH | lch(81.6 3.3 303.2) |
| OKLCH | oklch(0.842 0.009 301.3) |
Copy-ready code
/* CSS */
color: #cccad0;
background-color: #cccad0;
/* Tailwind (arbitrary) */
class="text-[#cccad0] bg-[#cccad0]"
/* SCSS */
$brand: #cccad0;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.816)
/* Android */
Color.parseColor("#cccad0")Accessibility — WCAG contrast
Aa
#cccad0 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccad0 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue81.6%
CMYK percentages
Cyan1.9%
Magenta2.9%
Yellow0.0%
Key (black)18.4%
Color previews
#cccad0 text on a black background
contrast 12.93:1
Card sample
#cccad0 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccad0;
Background color
Panel with #cccad0 background
background-color: #cccad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccad0; background: linear-gradient(135deg, #cccad0, #D0CAD0);