#cccef1
a pale, vivid blue · warm · closest name: lavender
RGB
204, 206, 241
HSL
237°, 57%, 87%
CMYK
15, 15, 0, 6
Luminance
0.6333
Every format
| HEX | #cccef1 |
| RGB | rgb(204, 206, 241) |
| HSL | hsl(237, 57%, 87%) |
| CMYK | cmyk(15%, 15%, 0%, 6%) |
| LAB | lab(83.6 6.2 -17.4) |
| LCH | lch(83.6 18.5 289.7) |
| OKLCH | oklch(0.861 0.048 282.7) |
Copy-ready code
/* CSS */
color: #cccef1;
background-color: #cccef1;
/* Tailwind (arbitrary) */
class="text-[#cccef1] bg-[#cccef1]"
/* SCSS */
$brand: #cccef1;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#cccef1")Accessibility — WCAG contrast
Aa
#cccef1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccef1 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#cccef1 text on a black background
contrast 13.67:1
Card sample
#cccef1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccef1;
Background color
Panel with #cccef1 background
background-color: #cccef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccef1; background: linear-gradient(135deg, #cccef1, #E3CCF1);