#cccadf
a light, soft blue · warm · closest name: lavender
RGB
204, 202, 223
HSL
246°, 25%, 83%
CMYK
9, 9, 0, 13
Luminance
0.6041
Every format
| HEX | #cccadf |
| RGB | rgb(204, 202, 223) |
| HSL | hsl(246, 25%, 83%) |
| CMYK | cmyk(9%, 9%, 0%, 13%) |
| LAB | lab(82.1 4.7 -10.1) |
| LCH | lch(82.1 11.2 294.7) |
| OKLCH | oklch(0.847 0.029 290.1) |
Copy-ready code
/* CSS */
color: #cccadf;
background-color: #cccadf;
/* Tailwind (arbitrary) */
class="text-[#cccadf] bg-[#cccadf]"
/* SCSS */
$brand: #cccadf;
/* SwiftUI */
Color(red: 0.800, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#cccadf")Accessibility — WCAG contrast
Aa
#cccadf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccadf on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.2%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cccadf text on a black background
contrast 13.08:1
Card sample
#cccadf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccadf;
Background color
Panel with #cccadf background
background-color: #cccadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccadf; background: linear-gradient(135deg, #cccadf, #DACADF);