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