#cecaf4
a pale, vivid blue · warm · closest name: lavender
RGB
206, 202, 244
HSL
246°, 66%, 88%
CMYK
16, 17, 0, 4
Luminance
0.6189
Every format
| HEX | #cecaf4 |
| RGB | rgb(206, 202, 244) |
| HSL | hsl(246, 66%, 88%) |
| CMYK | cmyk(16%, 17%, 0%, 4%) |
| LAB | lab(82.9 9.6 -20.1) |
| LCH | lch(82.9 22.3 295.5) |
| OKLCH | oklch(0.856 0.058 289.5) |
Copy-ready code
/* CSS */
color: #cecaf4;
background-color: #cecaf4;
/* Tailwind (arbitrary) */
class="text-[#cecaf4] bg-[#cecaf4]"
/* SCSS */
$brand: #cecaf4;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#cecaf4")Accessibility — WCAG contrast
Aa
#cecaf4 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecaf4 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue95.7%
CMYK percentages
Cyan15.6%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cecaf4 text on a black background
contrast 13.38:1
Card sample
#cecaf4 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecaf4;
Background color
Panel with #cecaf4 background
background-color: #cecaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecaf4; background: linear-gradient(135deg, #cecaf4, #EACAF4);