#edcefd
a pale, electric violet · warm · closest name: lavender
RGB
237, 206, 253
HSL
280°, 92%, 90%
CMYK
6, 19, 0, 1
Luminance
0.6924
Every format
| HEX | #edcefd |
| RGB | rgb(237, 206, 253) |
| HSL | hsl(280, 92%, 90%) |
| CMYK | cmyk(6%, 19%, 0%, 1%) |
| LAB | lab(86.6 19.1 -19.0) |
| LCH | lch(86.6 26.9 315.2) |
| OKLCH | oklch(0.892 0.071 314.2) |
Copy-ready code
/* CSS */
color: #edcefd;
background-color: #edcefd;
/* Tailwind (arbitrary) */
class="text-[#edcefd] bg-[#edcefd]"
/* SCSS */
$brand: #edcefd;
/* SwiftUI */
Color(red: 0.929, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#edcefd")Accessibility — WCAG contrast
Aa
#edcefd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcefd on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.8%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#edcefd text on a black background
contrast 14.85:1
Card sample
#edcefd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcefd;
Background color
Panel with #edcefd background
background-color: #edcefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcefd; background: linear-gradient(135deg, #edcefd, #FDCEEE);