#cccef7
a pale, vivid blue · warm · closest name: lavender
RGB
204, 206, 247
HSL
237°, 73%, 88%
CMYK
17, 17, 0, 3
Luminance
0.6370
Every format
| HEX | #cccef7 |
| RGB | rgb(204, 206, 247) |
| HSL | hsl(237, 73%, 88%) |
| CMYK | cmyk(17%, 17%, 0%, 3%) |
| LAB | lab(83.8 7.5 -20.3) |
| LCH | lch(83.8 21.6 290.3) |
| OKLCH | oklch(0.863 0.057 282.9) |
Copy-ready code
/* CSS */
color: #cccef7;
background-color: #cccef7;
/* Tailwind (arbitrary) */
class="text-[#cccef7] bg-[#cccef7]"
/* SCSS */
$brand: #cccef7;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.969)
/* Android */
Color.parseColor("#cccef7")Accessibility — WCAG contrast
Aa
#cccef7 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccef7 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta16.6%
Yellow0.0%
Key (black)3.1%
Color previews
#cccef7 text on a black background
contrast 13.74:1
Card sample
#cccef7 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccef7;
Background color
Panel with #cccef7 background
background-color: #cccef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccef7; background: linear-gradient(135deg, #cccef7, #E7CCF7);