#cecafb
a pale, electric blue · warm · closest name: lavender
RGB
206, 202, 251
HSL
245°, 86%, 89%
CMYK
18, 20, 0, 2
Luminance
0.6233
Every format
| HEX | #cecafb |
| RGB | rgb(206, 202, 251) |
| HSL | hsl(245, 86%, 89%) |
| CMYK | cmyk(18%, 20%, 0%, 2%) |
| LAB | lab(83.1 11.1 -23.5) |
| LCH | lch(83.1 26.0 295.3) |
| OKLCH | oklch(0.858 0.068 288.6) |
Copy-ready code
/* CSS */
color: #cecafb;
background-color: #cecafb;
/* Tailwind (arbitrary) */
class="text-[#cecafb] bg-[#cecafb]"
/* SCSS */
$brand: #cecafb;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#cecafb")Accessibility — WCAG contrast
Aa
#cecafb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecafb on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cecafb text on a black background
contrast 13.47:1
Card sample
#cecafb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecafb;
Background color
Panel with #cecafb background
background-color: #cecafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecafb; background: linear-gradient(135deg, #cecafb, #EFCAFB);