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