#cecafe
a pale, electric blue · warm · closest name: lavender
RGB
206, 202, 254
HSL
245°, 96%, 89%
CMYK
19, 21, 0, 0
Luminance
0.6252
Every format
| HEX | #cecafe |
| RGB | rgb(206, 202, 254) |
| HSL | hsl(245, 96%, 89%) |
| CMYK | cmyk(19%, 21%, 0%, 0%) |
| LAB | lab(83.2 11.8 -24.9) |
| LCH | lch(83.2 27.6 295.2) |
| OKLCH | oklch(0.860 0.072 288.3) |
Copy-ready code
/* CSS */
color: #cecafe;
background-color: #cecafe;
/* Tailwind (arbitrary) */
class="text-[#cecafe] bg-[#cecafe]"
/* SCSS */
$brand: #cecafe;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.996)
/* Android */
Color.parseColor("#cecafe")Accessibility — WCAG contrast
Aa
#cecafe on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecafe on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta20.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cecafe text on a black background
contrast 13.50:1
Card sample
#cecafe text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecafe;
Background color
Panel with #cecafe background
background-color: #cecafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecafe; background: linear-gradient(135deg, #cecafe, #F1CAFE);