#edeefd
a pale, electric blue · warm · closest name: lavender
RGB
237, 238, 253
HSL
236°, 80%, 96%
CMYK
6, 6, 0, 1
Luminance
0.8625
Every format
| HEX | #edeefd |
| RGB | rgb(237, 238, 253) |
| HSL | hsl(236, 80%, 96%) |
| CMYK | cmyk(6%, 6%, 0%, 1%) |
| LAB | lab(94.4 2.4 -7.3) |
| LCH | lch(94.4 7.7 288.2) |
| OKLCH | oklch(0.953 0.020 283.0) |
Copy-ready code
/* CSS */
color: #edeefd;
background-color: #edeefd;
/* Tailwind (arbitrary) */
class="text-[#edeefd] bg-[#edeefd]"
/* SCSS */
$brand: #edeefd;
/* SwiftUI */
Color(red: 0.929, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#edeefd")Accessibility — WCAG contrast
Aa
#edeefd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeefd on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green93.3%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#edeefd text on a black background
contrast 18.25:1
Card sample
#edeefd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeefd;
Background color
Panel with #edeefd background
background-color: #edeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeefd; background: linear-gradient(135deg, #edeefd, #F7EDFD);