#cecee0
a light, soft blue · warm · closest name: lavender
RGB
206, 206, 224
HSL
240°, 23%, 84%
CMYK
8, 8, 0, 12
Luminance
0.6265
Every format
| HEX | #cecee0 |
| RGB | rgb(206, 206, 224) |
| HSL | hsl(240, 23%, 84%) |
| CMYK | cmyk(8%, 8%, 0%, 12%) |
| LAB | lab(83.3 3.4 -8.9) |
| LCH | lch(83.3 9.5 291.0) |
| OKLCH | oklch(0.857 0.025 285.9) |
Copy-ready code
/* CSS */
color: #cecee0;
background-color: #cecee0;
/* Tailwind (arbitrary) */
class="text-[#cecee0] bg-[#cecee0]"
/* SCSS */
$brand: #cecee0;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.878)
/* Android */
Color.parseColor("#cecee0")Accessibility — WCAG contrast
Aa
#cecee0 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecee0 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue87.8%
CMYK percentages
Cyan8.0%
Magenta8.0%
Yellow0.0%
Key (black)12.2%
Color previews
#cecee0 text on a black background
contrast 13.53:1
Card sample
#cecee0 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecee0;
Background color
Panel with #cecee0 background
background-color: #cecee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecee0; background: linear-gradient(135deg, #cecee0, #DACEE0);