#cec4fc
a pale, electric blue · warm · closest name: plum
RGB
206, 196, 252
HSL
251°, 90%, 88%
CMYK
18, 22, 0, 1
Luminance
0.5963
Every format
| HEX | #cec4fc |
| RGB | rgb(206, 196, 252) |
| HSL | hsl(251, 90%, 88%) |
| CMYK | cmyk(18%, 22%, 0%, 1%) |
| LAB | lab(81.6 14.6 -26.3) |
| LCH | lch(81.6 30.0 299.0) |
| OKLCH | oklch(0.847 0.078 292.8) |
Copy-ready code
/* CSS */
color: #cec4fc;
background-color: #cec4fc;
/* Tailwind (arbitrary) */
class="text-[#cec4fc] bg-[#cec4fc]"
/* SCSS */
$brand: #cec4fc;
/* SwiftUI */
Color(red: 0.808, green: 0.769, blue: 0.988)
/* Android */
Color.parseColor("#cec4fc")Accessibility — WCAG contrast
Aa
#cec4fc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec4fc on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.9%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta22.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cec4fc text on a black background
contrast 12.93:1
Card sample
#cec4fc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec4fc;
Background color
Panel with #cec4fc background
background-color: #cec4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 196, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 196, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec4fc; background: linear-gradient(135deg, #cec4fc, #F3C4FC);