#cecce0
a light, soft blue · warm · closest name: lavender
RGB
206, 204, 224
HSL
246°, 24%, 84%
CMYK
8, 9, 0, 12
Luminance
0.6169
Every format
| HEX | #cecce0 |
| RGB | rgb(206, 204, 224) |
| HSL | hsl(246, 24%, 84%) |
| CMYK | cmyk(8%, 9%, 0%, 12%) |
| LAB | lab(82.8 4.5 -9.6) |
| LCH | lch(82.8 10.6 294.9) |
| OKLCH | oklch(0.853 0.028 290.4) |
Copy-ready code
/* CSS */
color: #cecce0;
background-color: #cecce0;
/* Tailwind (arbitrary) */
class="text-[#cecce0] bg-[#cecce0]"
/* SCSS */
$brand: #cecce0;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.878)
/* Android */
Color.parseColor("#cecce0")Accessibility — WCAG contrast
Aa
#cecce0 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecce0 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue87.8%
CMYK percentages
Cyan8.0%
Magenta8.9%
Yellow0.0%
Key (black)12.2%
Color previews
#cecce0 text on a black background
contrast 13.34:1
Card sample
#cecce0 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecce0;
Background color
Panel with #cecce0 background
background-color: #cecce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecce0; background: linear-gradient(135deg, #cecce0, #DBCCE0);