#cecdf8
a pale, electric blue · warm · closest name: lavender
RGB
206, 205, 248
HSL
241°, 75%, 89%
CMYK
17, 17, 0, 3
Luminance
0.6356
Every format
| HEX | #cecdf8 |
| RGB | rgb(206, 205, 248) |
| HSL | hsl(241, 75%, 89%) |
| CMYK | cmyk(17%, 17%, 0%, 3%) |
| LAB | lab(83.7 8.9 -20.9) |
| LCH | lch(83.7 22.7 292.9) |
| OKLCH | oklch(0.863 0.059 286.2) |
Copy-ready code
/* CSS */
color: #cecdf8;
background-color: #cecdf8;
/* Tailwind (arbitrary) */
class="text-[#cecdf8] bg-[#cecdf8]"
/* SCSS */
$brand: #cecdf8;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#cecdf8")Accessibility — WCAG contrast
Aa
#cecdf8 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdf8 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#cecdf8 text on a black background
contrast 13.71:1
Card sample
#cecdf8 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdf8;
Background color
Panel with #cecdf8 background
background-color: #cecdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdf8; background: linear-gradient(135deg, #cecdf8, #EBCDF8);