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