#e9eefd
a pale, electric blue · warm · closest name: lavender
RGB
233, 238, 253
HSL
225°, 83%, 95%
CMYK
8, 6, 0, 1
Luminance
0.8556
Every format
| HEX | #e9eefd |
| RGB | rgb(233, 238, 253) |
| HSL | hsl(225, 83%, 95%) |
| CMYK | cmyk(8%, 6%, 0%, 1%) |
| LAB | lab(94.1 1.1 -7.8) |
| LCH | lch(94.1 7.9 278.2) |
| OKLCH | oklch(0.950 0.021 271.2) |
Copy-ready code
/* CSS */
color: #e9eefd;
background-color: #e9eefd;
/* Tailwind (arbitrary) */
class="text-[#e9eefd] bg-[#e9eefd]"
/* SCSS */
$brand: #e9eefd;
/* SwiftUI */
Color(red: 0.914, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#e9eefd")Accessibility — WCAG contrast
Aa
#e9eefd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9eefd on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green93.3%
Blue99.2%
CMYK percentages
Cyan7.9%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#e9eefd text on a black background
contrast 18.11:1
Card sample
#e9eefd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9eefd;
Background color
Panel with #e9eefd background
background-color: #e9eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9eefd; background: linear-gradient(135deg, #e9eefd, #F1E9FD);