#ceceec
a pale, soft blue · warm · closest name: lavender
RGB
206, 206, 236
HSL
240°, 44%, 87%
CMYK
13, 13, 0, 8
Luminance
0.6332
Every format
| HEX | #ceceec |
| RGB | rgb(206, 206, 236) |
| HSL | hsl(240, 44%, 87%) |
| CMYK | cmyk(13%, 13%, 0%, 8%) |
| LAB | lab(83.6 5.8 -14.7) |
| LCH | lch(83.6 15.8 291.5) |
| OKLCH | oklch(0.861 0.041 285.5) |
Copy-ready code
/* CSS */
color: #ceceec;
background-color: #ceceec;
/* Tailwind (arbitrary) */
class="text-[#ceceec] bg-[#ceceec]"
/* SCSS */
$brand: #ceceec;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.925)
/* Android */
Color.parseColor("#ceceec")Accessibility — WCAG contrast
Aa
#ceceec on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceceec on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta12.7%
Yellow0.0%
Key (black)7.5%
Color previews
#ceceec text on a black background
contrast 13.66:1
Card sample
#ceceec text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceceec;
Background color
Panel with #ceceec background
background-color: #ceceec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceceec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceceec; background: linear-gradient(135deg, #ceceec, #E2CEEC);