#cec6eb
a light, vivid blue · warm · closest name: lavender
RGB
206, 198, 235
HSL
253°, 48%, 85%
CMYK
12, 16, 0, 8
Luminance
0.5951
Every format
| HEX | #cec6eb |
| RGB | rgb(206, 198, 235) |
| HSL | hsl(253, 48%, 85%) |
| CMYK | cmyk(12%, 16%, 0%, 8%) |
| LAB | lab(81.6 9.9 -17.3) |
| LCH | lch(81.6 19.9 299.8) |
| OKLCH | oklch(0.845 0.052 295.2) |
Copy-ready code
/* CSS */
color: #cec6eb;
background-color: #cec6eb;
/* Tailwind (arbitrary) */
class="text-[#cec6eb] bg-[#cec6eb]"
/* SCSS */
$brand: #cec6eb;
/* SwiftUI */
Color(red: 0.808, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#cec6eb")Accessibility — WCAG contrast
Aa
#cec6eb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec6eb on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.6%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cec6eb text on a black background
contrast 12.90:1
Card sample
#cec6eb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec6eb;
Background color
Panel with #cec6eb background
background-color: #cec6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec6eb; background: linear-gradient(135deg, #cec6eb, #E7C6EB);