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