#cecee4
a pale, soft blue · warm · closest name: lavender
RGB
206, 206, 228
HSL
240°, 29%, 85%
CMYK
10, 10, 0, 11
Luminance
0.6287
Every format
| HEX | #cecee4 |
| RGB | rgb(206, 206, 228) |
| HSL | hsl(240, 29%, 85%) |
| CMYK | cmyk(10%, 10%, 0%, 11%) |
| LAB | lab(83.4 4.2 -10.8) |
| LCH | lch(83.4 11.6 291.2) |
| OKLCH | oklch(0.858 0.030 285.7) |
Copy-ready code
/* CSS */
color: #cecee4;
background-color: #cecee4;
/* Tailwind (arbitrary) */
class="text-[#cecee4] bg-[#cecee4]"
/* SCSS */
$brand: #cecee4;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.894)
/* Android */
Color.parseColor("#cecee4")Accessibility — WCAG contrast
Aa
#cecee4 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecee4 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue89.4%
CMYK percentages
Cyan9.6%
Magenta9.6%
Yellow0.0%
Key (black)10.6%
Color previews
#cecee4 text on a black background
contrast 13.57:1
Card sample
#cecee4 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecee4;
Background color
Panel with #cecee4 background
background-color: #cecee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecee4; background: linear-gradient(135deg, #cecee4, #DDCEE4);