#cec7fc
a pale, electric blue · warm · closest name: lavender
RGB
206, 199, 252
HSL
248°, 90%, 88%
CMYK
18, 21, 0, 1
Luminance
0.6100
Every format
| HEX | #cec7fc |
| RGB | rgb(206, 199, 252) |
| HSL | hsl(248, 90%, 88%) |
| CMYK | cmyk(18%, 21%, 0%, 1%) |
| LAB | lab(82.4 12.9 -25.1) |
| LCH | lch(82.4 28.3 297.2) |
| OKLCH | oklch(0.853 0.073 290.8) |
Copy-ready code
/* CSS */
color: #cec7fc;
background-color: #cec7fc;
/* Tailwind (arbitrary) */
class="text-[#cec7fc] bg-[#cec7fc]"
/* SCSS */
$brand: #cec7fc;
/* SwiftUI */
Color(red: 0.808, green: 0.780, blue: 0.988)
/* Android */
Color.parseColor("#cec7fc")Accessibility — WCAG contrast
Aa
#cec7fc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec7fc on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.0%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta21.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cec7fc text on a black background
contrast 13.20:1
Card sample
#cec7fc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec7fc;
Background color
Panel with #cec7fc background
background-color: #cec7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 199, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 199, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec7fc; background: linear-gradient(135deg, #cec7fc, #F1C7FC);