#cecceb
a pale, soft blue · warm · closest name: lavender
RGB
206, 204, 235
HSL
244°, 44%, 86%
CMYK
12, 13, 0, 8
Luminance
0.6231
Every format
| HEX | #cecceb |
| RGB | rgb(206, 204, 235) |
| HSL | hsl(244, 44%, 86%) |
| CMYK | cmyk(12%, 13%, 0%, 8%) |
| LAB | lab(83.1 6.7 -15.0) |
| LCH | lch(83.1 16.4 294.0) |
| OKLCH | oklch(0.857 0.043 288.4) |
Copy-ready code
/* CSS */
color: #cecceb;
background-color: #cecceb;
/* Tailwind (arbitrary) */
class="text-[#cecceb] bg-[#cecceb]"
/* SCSS */
$brand: #cecceb;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#cecceb")Accessibility — WCAG contrast
Aa
#cecceb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecceb on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cecceb text on a black background
contrast 13.46:1
Card sample
#cecceb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecceb;
Background color
Panel with #cecceb background
background-color: #cecceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecceb; background: linear-gradient(135deg, #cecceb, #E3CCEB);