#cecce8
a pale, soft blue · warm · closest name: lavender
RGB
206, 204, 232
HSL
244°, 38%, 86%
CMYK
11, 12, 0, 9
Luminance
0.6213
Every format
| HEX | #cecce8 |
| RGB | rgb(206, 204, 232) |
| HSL | hsl(244, 38%, 86%) |
| CMYK | cmyk(11%, 12%, 0%, 9%) |
| LAB | lab(83.0 6.1 -13.6) |
| LCH | lch(83.0 14.8 294.1) |
| OKLCH | oklch(0.856 0.039 288.8) |
Copy-ready code
/* CSS */
color: #cecce8;
background-color: #cecce8;
/* Tailwind (arbitrary) */
class="text-[#cecce8] bg-[#cecce8]"
/* SCSS */
$brand: #cecce8;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.910)
/* Android */
Color.parseColor("#cecce8")Accessibility — WCAG contrast
Aa
#cecce8 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecce8 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue91.0%
CMYK percentages
Cyan11.2%
Magenta12.1%
Yellow0.0%
Key (black)9.0%
Color previews
#cecce8 text on a black background
contrast 13.43:1
Card sample
#cecce8 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecce8;
Background color
Panel with #cecce8 background
background-color: #cecce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecce8; background: linear-gradient(135deg, #cecce8, #E1CCE8);