#cecce3
a light, soft blue · warm · closest name: lavender
RGB
206, 204, 227
HSL
245°, 29%, 85%
CMYK
9, 10, 0, 11
Luminance
0.6185
Every format
| HEX | #cecce3 |
| RGB | rgb(206, 204, 227) |
| HSL | hsl(245, 29%, 85%) |
| CMYK | cmyk(9%, 10%, 0%, 11%) |
| LAB | lab(82.8 5.1 -11.1) |
| LCH | lch(82.8 12.2 294.5) |
| OKLCH | oklch(0.854 0.032 289.7) |
Copy-ready code
/* CSS */
color: #cecce3;
background-color: #cecce3;
/* Tailwind (arbitrary) */
class="text-[#cecce3] bg-[#cecce3]"
/* SCSS */
$brand: #cecce3;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.890)
/* Android */
Color.parseColor("#cecce3")Accessibility — WCAG contrast
Aa
#cecce3 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecce3 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue89.0%
CMYK percentages
Cyan9.3%
Magenta10.1%
Yellow0.0%
Key (black)11.0%
Color previews
#cecce3 text on a black background
contrast 13.37:1
Card sample
#cecce3 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecce3;
Background color
Panel with #cecce3 background
background-color: #cecce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecce3; background: linear-gradient(135deg, #cecce3, #DDCCE3);