#cccadc
a light, soft blue · warm · closest name: lavender
RGB
204, 202, 220
HSL
247°, 21%, 83%
CMYK
7, 8, 0, 14
Luminance
0.6025
Every format
| HEX | #cccadc |
| RGB | rgb(204, 202, 220) |
| HSL | hsl(247, 21%, 83%) |
| CMYK | cmyk(7%, 8%, 0%, 14%) |
| LAB | lab(82.0 4.1 -8.7) |
| LCH | lch(82.0 9.6 295.2) |
| OKLCH | oklch(0.846 0.025 291.0) |
Copy-ready code
/* CSS */
color: #cccadc;
background-color: #cccadc;
/* Tailwind (arbitrary) */
class="text-[#cccadc] bg-[#cccadc]"
/* SCSS */
$brand: #cccadc;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#cccadc")Accessibility — WCAG contrast
Aa
#cccadc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccadc on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue86.3%
CMYK percentages
Cyan7.3%
Magenta8.2%
Yellow0.0%
Key (black)13.7%
Color previews
#cccadc text on a black background
contrast 13.05:1
Card sample
#cccadc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccadc;
Background color
Panel with #cccadc background
background-color: #cccadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccadc; background: linear-gradient(135deg, #cccadc, #D8CADC);