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