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