#cccefc
a pale, electric blue · warm · closest name: lavender
RGB
204, 206, 252
HSL
238°, 89%, 89%
CMYK
19, 18, 0, 1
Luminance
0.6401
Every format
| HEX | #cccefc |
| RGB | rgb(204, 206, 252) |
| HSL | hsl(238, 89%, 89%) |
| CMYK | cmyk(19%, 18%, 0%, 1%) |
| LAB | lab(84.0 8.6 -22.7) |
| LCH | lch(84.0 24.3 290.7) |
| OKLCH | oklch(0.865 0.064 283.0) |
Copy-ready code
/* CSS */
color: #cccefc;
background-color: #cccefc;
/* Tailwind (arbitrary) */
class="text-[#cccefc] bg-[#cccefc]"
/* SCSS */
$brand: #cccefc;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#cccefc")Accessibility — WCAG contrast
Aa
#cccefc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccefc on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cccefc text on a black background
contrast 13.80:1
Card sample
#cccefc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccefc;
Background color
Panel with #cccefc background
background-color: #cccefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccefc; background: linear-gradient(135deg, #cccefc, #EACCFC);