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