#cec6fd
a pale, electric blue · warm · closest name: plum
RGB
206, 198, 253
HSL
249°, 93%, 88%
CMYK
19, 22, 0, 1
Luminance
0.6060
Every format
| HEX | #cec6fd |
| RGB | rgb(206, 198, 253) |
| HSL | hsl(249, 93%, 88%) |
| CMYK | cmyk(19%, 22%, 0%, 1%) |
| LAB | lab(82.2 13.7 -26.0) |
| LCH | lch(82.2 29.4 297.8) |
| OKLCH | oklch(0.851 0.076 291.4) |
Copy-ready code
/* CSS */
color: #cec6fd;
background-color: #cec6fd;
/* Tailwind (arbitrary) */
class="text-[#cec6fd] bg-[#cec6fd]"
/* SCSS */
$brand: #cec6fd;
/* SwiftUI */
Color(red: 0.808, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#cec6fd")Accessibility — WCAG contrast
Aa
#cec6fd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec6fd on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.6%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta21.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cec6fd text on a black background
contrast 13.12:1
Card sample
#cec6fd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec6fd;
Background color
Panel with #cec6fd background
background-color: #cec6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec6fd; background: linear-gradient(135deg, #cec6fd, #F3C6FD);