#e4eaf5
a pale, vivid blue · cool · closest name: lavender
RGB
228, 234, 245
HSL
219°, 46%, 93%
CMYK
7, 5, 0, 4
Luminance
0.8193
Every format
| HEX | #e4eaf5 |
| RGB | rgb(228, 234, 245) |
| HSL | hsl(219, 46%, 93%) |
| CMYK | cmyk(7%, 5%, 0%, 4%) |
| LAB | lab(92.5 0.0 -6.0) |
| LCH | lch(92.5 6.0 270.4) |
| OKLCH | oklch(0.936 0.016 262.8) |
Copy-ready code
/* CSS */
color: #e4eaf5;
background-color: #e4eaf5;
/* Tailwind (arbitrary) */
class="text-[#e4eaf5] bg-[#e4eaf5]"
/* SCSS */
$brand: #e4eaf5;
/* SwiftUI */
Color(red: 0.894, green: 0.918, blue: 0.961)
/* Android */
Color.parseColor("#e4eaf5")Accessibility — WCAG contrast
Aa
#e4eaf5 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4eaf5 on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green91.8%
Blue96.1%
CMYK percentages
Cyan6.9%
Magenta4.5%
Yellow0.0%
Key (black)3.9%
Color previews
#e4eaf5 text on a black background
contrast 17.39:1
Card sample
#e4eaf5 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4eaf5;
Background color
Panel with #e4eaf5 background
background-color: #e4eaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4eaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 234, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 234, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4eaf5; background: linear-gradient(135deg, #e4eaf5, #E9E4F5);