#edecfd
a pale, electric blue · warm · closest name: lavender
RGB
237, 236, 253
HSL
244°, 81%, 96%
CMYK
6, 7, 0, 1
Luminance
0.8509
Every format
| HEX | #edecfd |
| RGB | rgb(237, 236, 253) |
| HSL | hsl(244, 81%, 96%) |
| CMYK | cmyk(6%, 7%, 0%, 1%) |
| LAB | lab(93.9 3.4 -8.1) |
| LCH | lch(93.9 8.8 293.1) |
| OKLCH | oklch(0.949 0.023 288.7) |
Copy-ready code
/* CSS */
color: #edecfd;
background-color: #edecfd;
/* Tailwind (arbitrary) */
class="text-[#edecfd] bg-[#edecfd]"
/* SCSS */
$brand: #edecfd;
/* SwiftUI */
Color(red: 0.929, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#edecfd")Accessibility — WCAG contrast
Aa
#edecfd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edecfd on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.5%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#edecfd text on a black background
contrast 18.02:1
Card sample
#edecfd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edecfd;
Background color
Panel with #edecfd background
background-color: #edecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edecfd; background: linear-gradient(135deg, #edecfd, #F8ECFD);