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