#cccefe
a pale, electric blue · warm · closest name: lavender
RGB
204, 206, 254
HSL
238°, 96%, 90%
CMYK
20, 19, 0, 0
Luminance
0.6414
Every format
| HEX | #cccefe |
| RGB | rgb(204, 206, 254) |
| HSL | hsl(238, 96%, 90%) |
| CMYK | cmyk(20%, 19%, 0%, 0%) |
| LAB | lab(84.0 9.0 -23.7) |
| LCH | lch(84.0 25.3 290.8) |
| OKLCH | oklch(0.866 0.066 283.0) |
Copy-ready code
/* CSS */
color: #cccefe;
background-color: #cccefe;
/* Tailwind (arbitrary) */
class="text-[#cccefe] bg-[#cccefe]"
/* SCSS */
$brand: #cccefe;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#cccefe")Accessibility — WCAG contrast
Aa
#cccefe on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccefe on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cccefe text on a black background
contrast 13.83:1
Card sample
#cccefe text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccefe;
Background color
Panel with #cccefe background
background-color: #cccefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccefe; background: linear-gradient(135deg, #cccefe, #EBCCFE);