#ceceef
a pale, vivid blue · warm · closest name: lavender
RGB
206, 206, 239
HSL
240°, 51%, 87%
CMYK
14, 14, 0, 6
Luminance
0.6350
Every format
| HEX | #ceceef |
| RGB | rgb(206, 206, 239) |
| HSL | hsl(240, 51%, 87%) |
| CMYK | cmyk(14%, 14%, 0%, 6%) |
| LAB | lab(83.7 6.4 -16.2) |
| LCH | lch(83.7 17.4 291.6) |
| OKLCH | oklch(0.862 0.045 285.4) |
Copy-ready code
/* CSS */
color: #ceceef;
background-color: #ceceef;
/* Tailwind (arbitrary) */
class="text-[#ceceef] bg-[#ceceef]"
/* SCSS */
$brand: #ceceef;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.937)
/* Android */
Color.parseColor("#ceceef")Accessibility — WCAG contrast
Aa
#ceceef on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceceef on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta13.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ceceef text on a black background
contrast 13.70:1
Card sample
#ceceef text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceceef;
Background color
Panel with #ceceef background
background-color: #ceceef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceceef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceceef; background: linear-gradient(135deg, #ceceef, #E4CEEF);