#cecaf1
a pale, vivid blue · warm · closest name: lavender
RGB
206, 202, 241
HSL
246°, 58%, 87%
CMYK
15, 16, 0, 6
Luminance
0.6171
Every format
| HEX | #cecaf1 |
| RGB | rgb(206, 202, 241) |
| HSL | hsl(246, 58%, 87%) |
| CMYK | cmyk(15%, 16%, 0%, 6%) |
| LAB | lab(82.8 9.0 -18.7) |
| LCH | lch(82.8 20.7 295.7) |
| OKLCH | oklch(0.855 0.054 289.9) |
Copy-ready code
/* CSS */
color: #cecaf1;
background-color: #cecaf1;
/* Tailwind (arbitrary) */
class="text-[#cecaf1] bg-[#cecaf1]"
/* SCSS */
$brand: #cecaf1;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.945)
/* Android */
Color.parseColor("#cecaf1")Accessibility — WCAG contrast
Aa
#cecaf1 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecaf1 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue94.5%
CMYK percentages
Cyan14.5%
Magenta16.2%
Yellow0.0%
Key (black)5.5%
Color previews
#cecaf1 text on a black background
contrast 13.34:1
Card sample
#cecaf1 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecaf1;
Background color
Panel with #cecaf1 background
background-color: #cecaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecaf1; background: linear-gradient(135deg, #cecaf1, #E8CAF1);