#cecee2
a light, soft blue · warm · closest name: lavender
RGB
206, 206, 226
HSL
240°, 26%, 85%
CMYK
9, 9, 0, 11
Luminance
0.6276
Every format
| HEX | #cecee2 |
| RGB | rgb(206, 206, 226) |
| HSL | hsl(240, 26%, 85%) |
| CMYK | cmyk(9%, 9%, 0%, 11%) |
| LAB | lab(83.3 3.8 -9.9) |
| LCH | lch(83.3 10.6 291.1) |
| OKLCH | oklch(0.858 0.028 285.8) |
Copy-ready code
/* CSS */
color: #cecee2;
background-color: #cecee2;
/* Tailwind (arbitrary) */
class="text-[#cecee2] bg-[#cecee2]"
/* SCSS */
$brand: #cecee2;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#cecee2")Accessibility — WCAG contrast
Aa
#cecee2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecee2 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta8.8%
Yellow0.0%
Key (black)11.4%
Color previews
#cecee2 text on a black background
contrast 13.55:1
Card sample
#cecee2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecee2;
Background color
Panel with #cecee2 background
background-color: #cecee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecee2; background: linear-gradient(135deg, #cecee2, #DBCEE2);