#cccad4
a light, muted blue · warm · closest name: silver
RGB
204, 202, 212
HSL
252°, 10%, 81%
CMYK
4, 5, 0, 17
Luminance
0.5983
Every format
| HEX | #cccad4 |
| RGB | rgb(204, 202, 212) |
| HSL | hsl(252, 10%, 81%) |
| CMYK | cmyk(4%, 5%, 0%, 17%) |
| LAB | lab(81.8 2.5 -4.7) |
| LCH | lch(81.8 5.4 298.3) |
| OKLCH | oklch(0.844 0.014 295.3) |
Copy-ready code
/* CSS */
color: #cccad4;
background-color: #cccad4;
/* Tailwind (arbitrary) */
class="text-[#cccad4] bg-[#cccad4]"
/* SCSS */
$brand: #cccad4;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.831)
/* Android */
Color.parseColor("#cccad4")Accessibility — WCAG contrast
Aa
#cccad4 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccad4 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue83.1%
CMYK percentages
Cyan3.8%
Magenta4.7%
Yellow0.0%
Key (black)16.9%
Color previews
#cccad4 text on a black background
contrast 12.97:1
Card sample
#cccad4 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccad4;
Background color
Panel with #cccad4 background
background-color: #cccad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccad4; background: linear-gradient(135deg, #cccad4, #D3CAD4);