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