#cecdfe
a pale, electric blue · warm · closest name: lavender
RGB
206, 205, 254
HSL
241°, 96%, 90%
CMYK
19, 19, 0, 0
Luminance
0.6394
Every format
| HEX | #cecdfe |
| RGB | rgb(206, 205, 254) |
| HSL | hsl(241, 96%, 90%) |
| CMYK | cmyk(19%, 19%, 0%, 0%) |
| LAB | lab(83.9 10.2 -23.8) |
| LCH | lch(83.9 25.9 293.1) |
| OKLCH | oklch(0.865 0.068 285.8) |
Copy-ready code
/* CSS */
color: #cecdfe;
background-color: #cecdfe;
/* Tailwind (arbitrary) */
class="text-[#cecdfe] bg-[#cecdfe]"
/* SCSS */
$brand: #cecdfe;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#cecdfe")Accessibility — WCAG contrast
Aa
#cecdfe on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdfe on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cecdfe text on a black background
contrast 13.79:1
Card sample
#cecdfe text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdfe;
Background color
Panel with #cecdfe background
background-color: #cecdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdfe; background: linear-gradient(135deg, #cecdfe, #EFCDFE);