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