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