#cecaf7
a pale, vivid blue · warm · closest name: lavender
RGB
206, 202, 247
HSL
245°, 74%, 88%
CMYK
17, 18, 0, 3
Luminance
0.6208
Every format
| HEX | #cecaf7 |
| RGB | rgb(206, 202, 247) |
| HSL | hsl(245, 74%, 88%) |
| CMYK | cmyk(17%, 18%, 0%, 3%) |
| LAB | lab(83.0 10.3 -21.6) |
| LCH | lch(83.0 23.9 295.4) |
| OKLCH | oklch(0.857 0.062 289.1) |
Copy-ready code
/* CSS */
color: #cecaf7;
background-color: #cecaf7;
/* Tailwind (arbitrary) */
class="text-[#cecaf7] bg-[#cecaf7]"
/* SCSS */
$brand: #cecaf7;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.969)
/* Android */
Color.parseColor("#cecaf7")Accessibility — WCAG contrast
Aa
#cecaf7 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecaf7 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta18.2%
Yellow0.0%
Key (black)3.1%
Color previews
#cecaf7 text on a black background
contrast 13.42:1
Card sample
#cecaf7 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecaf7;
Background color
Panel with #cecaf7 background
background-color: #cecaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecaf7; background: linear-gradient(135deg, #cecaf7, #ECCAF7);