#cccad6
a light, muted blue · warm · closest name: silver
RGB
204, 202, 214
HSL
250°, 13%, 82%
CMYK
5, 6, 0, 16
Luminance
0.5993
Every format
| HEX | #cccad6 |
| RGB | rgb(204, 202, 214) |
| HSL | hsl(250, 13%, 82%) |
| CMYK | cmyk(5%, 6%, 0%, 16%) |
| LAB | lab(81.8 2.9 -5.7) |
| LCH | lch(81.8 6.4 297.1) |
| OKLCH | oklch(0.844 0.017 293.7) |
Copy-ready code
/* CSS */
color: #cccad6;
background-color: #cccad6;
/* Tailwind (arbitrary) */
class="text-[#cccad6] bg-[#cccad6]"
/* SCSS */
$brand: #cccad6;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.839)
/* Android */
Color.parseColor("#cccad6")Accessibility — WCAG contrast
Aa
#cccad6 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccad6 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue83.9%
CMYK percentages
Cyan4.7%
Magenta5.6%
Yellow0.0%
Key (black)16.1%
Color previews
#cccad6 text on a black background
contrast 12.99:1
Card sample
#cccad6 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccad6;
Background color
Panel with #cccad6 background
background-color: #cccad6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccad6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccad6; background: linear-gradient(135deg, #cccad6, #D4CAD6);