#e7eefd
a pale, electric blue · cool · closest name: lavender
RGB
231, 238, 253
HSL
221°, 85%, 95%
CMYK
9, 6, 0, 1
Luminance
0.8523
Every format
| HEX | #e7eefd |
| RGB | rgb(231, 238, 253) |
| HSL | hsl(221, 85%, 95%) |
| CMYK | cmyk(9%, 6%, 0%, 1%) |
| LAB | lab(94.0 0.5 -8.0) |
| LCH | lch(94.0 8.0 273.4) |
| OKLCH | oklch(0.948 0.022 265.8) |
Copy-ready code
/* CSS */
color: #e7eefd;
background-color: #e7eefd;
/* Tailwind (arbitrary) */
class="text-[#e7eefd] bg-[#e7eefd]"
/* SCSS */
$brand: #e7eefd;
/* SwiftUI */
Color(red: 0.906, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#e7eefd")Accessibility — WCAG contrast
Aa
#e7eefd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7eefd on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green93.3%
Blue99.2%
CMYK percentages
Cyan8.7%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#e7eefd text on a black background
contrast 18.05:1
Card sample
#e7eefd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7eefd;
Background color
Panel with #e7eefd background
background-color: #e7eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7eefd; background: linear-gradient(135deg, #e7eefd, #EFE7FD);