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