#cccef4
a pale, vivid blue · warm · closest name: lavender
RGB
204, 206, 244
HSL
237°, 65%, 88%
CMYK
16, 16, 0, 4
Luminance
0.6351
Every format
| HEX | #cccef4 |
| RGB | rgb(204, 206, 244) |
| HSL | hsl(237, 65%, 88%) |
| CMYK | cmyk(16%, 16%, 0%, 4%) |
| LAB | lab(83.7 6.8 -18.9) |
| LCH | lch(83.7 20.1 290.0) |
| OKLCH | oklch(0.862 0.052 282.9) |
Copy-ready code
/* CSS */
color: #cccef4;
background-color: #cccef4;
/* Tailwind (arbitrary) */
class="text-[#cccef4] bg-[#cccef4]"
/* SCSS */
$brand: #cccef4;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#cccef4")Accessibility — WCAG contrast
Aa
#cccef4 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccef4 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue95.7%
CMYK percentages
Cyan16.4%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#cccef4 text on a black background
contrast 13.70:1
Card sample
#cccef4 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccef4;
Background color
Panel with #cccef4 background
background-color: #cccef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccef4; background: linear-gradient(135deg, #cccef4, #E5CCF4);