#cecce2
a light, soft blue · warm · closest name: lavender
RGB
206, 204, 226
HSL
246°, 28%, 84%
CMYK
9, 10, 0, 11
Luminance
0.6180
Every format
| HEX | #cecce2 |
| RGB | rgb(206, 204, 226) |
| HSL | hsl(246, 28%, 84%) |
| CMYK | cmyk(9%, 10%, 0%, 11%) |
| LAB | lab(82.8 4.9 -10.6) |
| LCH | lch(82.8 11.7 294.6) |
| OKLCH | oklch(0.854 0.030 289.9) |
Copy-ready code
/* CSS */
color: #cecce2;
background-color: #cecce2;
/* Tailwind (arbitrary) */
class="text-[#cecce2] bg-[#cecce2]"
/* SCSS */
$brand: #cecce2;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#cecce2")Accessibility — WCAG contrast
Aa
#cecce2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecce2 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#cecce2 text on a black background
contrast 13.36:1
Card sample
#cecce2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecce2;
Background color
Panel with #cecce2 background
background-color: #cecce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecce2; background: linear-gradient(135deg, #cecce2, #DDCCE2);