#edebfd
a pale, electric blue · warm · “lavender”
RGB
237, 235, 253
HSL
247°, 82%, 96%
CMYK
6, 7, 0, 1
Luminance
0.8451
Every format
| HEX | #edebfd |
| RGB | rgb(237, 235, 253) |
| HSL | hsl(247, 82%, 96%) |
| CMYK | cmyk(6%, 7%, 0%, 1%) |
| LAB | lab(93.7 4.0 -8.4) |
| LCH | lch(93.7 9.3 295.1) |
| OKLCH | oklch(0.947 0.024 291.0) |
Copy-ready code
/* CSS */
color: #edebfd;
background-color: #edebfd;
/* Tailwind (arbitrary) */
class="text-[#edebfd] bg-[#edebfd]"
/* SCSS */
$brand: #edebfd;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#edebfd")Accessibility — WCAG contrast
Aa
#edebfd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edebfd on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#edebfd text on a black background
contrast 17.90:1
Card sample
#edebfd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edebfd;
Background color
Panel with #edebfd background
background-color: #edebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edebfd; background: linear-gradient(135deg, #edebfd, #F9EBFD);