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