#cccad8
a light, soft blue · warm · closest name: silver
RGB
204, 202, 216
HSL
249°, 15%, 82%
CMYK
6, 7, 0, 15
Luminance
0.6004
Every format
| HEX | #cccad8 |
| RGB | rgb(204, 202, 216) |
| HSL | hsl(249, 15%, 82%) |
| CMYK | cmyk(6%, 7%, 0%, 15%) |
| LAB | lab(81.9 3.3 -6.7) |
| LCH | lch(81.9 7.5 296.3) |
| OKLCH | oklch(0.845 0.019 292.5) |
Copy-ready code
/* CSS */
color: #cccad8;
background-color: #cccad8;
/* Tailwind (arbitrary) */
class="text-[#cccad8] bg-[#cccad8]"
/* SCSS */
$brand: #cccad8;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.847)
/* Android */
Color.parseColor("#cccad8")Accessibility — WCAG contrast
Aa
#cccad8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccad8 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue84.7%
CMYK percentages
Cyan5.6%
Magenta6.5%
Yellow0.0%
Key (black)15.3%
Color previews
#cccad8 text on a black background
contrast 13.01:1
Card sample
#cccad8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccad8;
Background color
Panel with #cccad8 background
background-color: #cccad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccad8; background: linear-gradient(135deg, #cccad8, #D5CAD8);