#e4ebff
a pale, electric blue · cool · closest name: lavender
RGB
228, 235, 255
HSL
224°, 100%, 95%
CMYK
11, 8, 0, 0
Luminance
0.8313
Every format
| HEX | #e4ebff |
| RGB | rgb(228, 235, 255) |
| HSL | hsl(224, 100%, 95%) |
| CMYK | cmyk(11%, 8%, 0%, 0%) |
| LAB | lab(93.1 1.5 -10.4) |
| LCH | lch(93.1 10.5 278.0) |
| OKLCH | oklch(0.941 0.028 270.4) |
Copy-ready code
/* CSS */
color: #e4ebff;
background-color: #e4ebff;
/* Tailwind (arbitrary) */
class="text-[#e4ebff] bg-[#e4ebff]"
/* SCSS */
$brand: #e4ebff;
/* SwiftUI */
Color(red: 0.894, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#e4ebff")Accessibility — WCAG contrast
Aa
#e4ebff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ebff on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.2%
Blue100.0%
CMYK percentages
Cyan10.6%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#e4ebff text on a black background
contrast 17.63:1
Card sample
#e4ebff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ebff;
Background color
Panel with #e4ebff background
background-color: #e4ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ebff; background: linear-gradient(135deg, #e4ebff, #EFE4FF);