#cec8fd
a pale, electric blue · warm · closest name: lavender
RGB
206, 200, 253
HSL
247°, 93%, 89%
CMYK
19, 21, 0, 1
Luminance
0.6152
Every format
| HEX | #cec8fd |
| RGB | rgb(206, 200, 253) |
| HSL | hsl(247, 93%, 89%) |
| CMYK | cmyk(19%, 21%, 0%, 1%) |
| LAB | lab(82.7 12.6 -25.2) |
| LCH | lch(82.7 28.2 296.6) |
| OKLCH | oklch(0.855 0.073 289.9) |
Copy-ready code
/* CSS */
color: #cec8fd;
background-color: #cec8fd;
/* Tailwind (arbitrary) */
class="text-[#cec8fd] bg-[#cec8fd]"
/* SCSS */
$brand: #cec8fd;
/* SwiftUI */
Color(red: 0.808, green: 0.784, blue: 0.992)
/* Android */
Color.parseColor("#cec8fd")Accessibility — WCAG contrast
Aa
#cec8fd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec8fd on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.4%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta20.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cec8fd text on a black background
contrast 13.30:1
Card sample
#cec8fd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec8fd;
Background color
Panel with #cec8fd background
background-color: #cec8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 200, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 200, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec8fd; background: linear-gradient(135deg, #cec8fd, #F1C8FD);