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