#cecbec
a pale, vivid blue · warm · closest name: lavender
RGB
206, 203, 236
HSL
246°, 47%, 86%
CMYK
13, 14, 0, 8
Luminance
0.6189
Every format
| HEX | #cecbec |
| RGB | rgb(206, 203, 236) |
| HSL | hsl(246, 47%, 86%) |
| CMYK | cmyk(13%, 14%, 0%, 8%) |
| LAB | lab(82.8 7.4 -15.9) |
| LCH | lch(82.8 17.5 295.0) |
| OKLCH | oklch(0.855 0.046 289.6) |
Copy-ready code
/* CSS */
color: #cecbec;
background-color: #cecbec;
/* Tailwind (arbitrary) */
class="text-[#cecbec] bg-[#cecbec]"
/* SCSS */
$brand: #cecbec;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.925)
/* Android */
Color.parseColor("#cecbec")Accessibility — WCAG contrast
Aa
#cecbec on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecbec on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta14.0%
Yellow0.0%
Key (black)7.5%
Color previews
#cecbec text on a black background
contrast 13.38:1
Card sample
#cecbec text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecbec;
Background color
Panel with #cecbec background
background-color: #cecbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecbec; background: linear-gradient(135deg, #cecbec, #E4CBEC);