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