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