#e9e7fd
a pale, electric blue · warm · “lavender”
RGB
233, 231, 253
HSL
246°, 85%, 95%
CMYK
8, 9, 0, 1
Luminance
0.8157
Every format
| HEX | #e9e7fd |
| RGB | rgb(233, 231, 253) |
| HSL | hsl(246, 85%, 95%) |
| CMYK | cmyk(8%, 9%, 0%, 1%) |
| LAB | lab(92.4 4.7 -10.4) |
| LCH | lch(92.4 11.4 294.5) |
| OKLCH | oklch(0.936 0.030 290.0) |
Copy-ready code
/* CSS */
color: #e9e7fd;
background-color: #e9e7fd;
/* Tailwind (arbitrary) */
class="text-[#e9e7fd] bg-[#e9e7fd]"
/* SCSS */
$brand: #e9e7fd;
/* SwiftUI */
Color(red: 0.914, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#e9e7fd")Accessibility — WCAG contrast
Aa
#e9e7fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9e7fd on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green90.6%
Blue99.2%
CMYK percentages
Cyan7.9%
Magenta8.7%
Yellow0.0%
Key (black)0.8%
Color previews
#e9e7fd text on a black background
contrast 17.31:1
Card sample
#e9e7fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9e7fd;
Background color
Panel with #e9e7fd background
background-color: #e9e7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9e7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9e7fd; background: linear-gradient(135deg, #e9e7fd, #F8E7FD);