#e5e3fd
a pale, electric blue · warm · closest name: lavender
RGB
229, 227, 253
HSL
245°, 87%, 94%
CMYK
10, 10, 0, 1
Luminance
0.7869
Every format
| HEX | #e5e3fd |
| RGB | rgb(229, 227, 253) |
| HSL | hsl(245, 87%, 94%) |
| CMYK | cmyk(10%, 10%, 0%, 1%) |
| LAB | lab(91.1 5.5 -12.3) |
| LCH | lch(91.1 13.5 294.2) |
| OKLCH | oklch(0.925 0.035 289.2) |
Copy-ready code
/* CSS */
color: #e5e3fd;
background-color: #e5e3fd;
/* Tailwind (arbitrary) */
class="text-[#e5e3fd] bg-[#e5e3fd]"
/* SCSS */
$brand: #e5e3fd;
/* SwiftUI */
Color(red: 0.898, green: 0.890, blue: 0.992)
/* Android */
Color.parseColor("#e5e3fd")Accessibility — WCAG contrast
Aa
#e5e3fd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5e3fd on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green89.0%
Blue99.2%
CMYK percentages
Cyan9.5%
Magenta10.3%
Yellow0.0%
Key (black)0.8%
Color previews
#e5e3fd text on a black background
contrast 16.74:1
Card sample
#e5e3fd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5e3fd;
Background color
Panel with #e5e3fd background
background-color: #e5e3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5e3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 227, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 227, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5e3fd; background: linear-gradient(135deg, #e5e3fd, #F6E3FD);