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