#cecaef
a pale, vivid blue · warm · closest name: lavender
RGB
206, 202, 239
HSL
247°, 54%, 87%
CMYK
14, 16, 0, 6
Luminance
0.6159
Every format
| HEX | #cecaef |
| RGB | rgb(206, 202, 239) |
| HSL | hsl(247, 54%, 87%) |
| CMYK | cmyk(14%, 16%, 0%, 6%) |
| LAB | lab(82.7 8.6 -17.7) |
| LCH | lch(82.7 19.7 295.8) |
| OKLCH | oklch(0.854 0.051 290.2) |
Copy-ready code
/* CSS */
color: #cecaef;
background-color: #cecaef;
/* Tailwind (arbitrary) */
class="text-[#cecaef] bg-[#cecaef]"
/* SCSS */
$brand: #cecaef;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#cecaef")Accessibility — WCAG contrast
Aa
#cecaef on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecaef on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta15.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cecaef text on a black background
contrast 13.32:1
Card sample
#cecaef text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecaef;
Background color
Panel with #cecaef background
background-color: #cecaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecaef; background: linear-gradient(135deg, #cecaef, #E7CAEF);