#e4ebfb
a pale, vivid blue · cool · closest name: lavender
RGB
228, 235, 251
HSL
222°, 74%, 94%
CMYK
9, 6, 0, 2
Luminance
0.8288
Every format
| HEX | #e4ebfb |
| RGB | rgb(228, 235, 251) |
| HSL | hsl(222, 74%, 94%) |
| CMYK | cmyk(9%, 6%, 0%, 2%) |
| LAB | lab(93.0 0.7 -8.5) |
| LCH | lch(93.0 8.6 274.6) |
| OKLCH | oklch(0.940 0.023 266.9) |
Copy-ready code
/* CSS */
color: #e4ebfb;
background-color: #e4ebfb;
/* Tailwind (arbitrary) */
class="text-[#e4ebfb] bg-[#e4ebfb]"
/* SCSS */
$brand: #e4ebfb;
/* SwiftUI */
Color(red: 0.894, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#e4ebfb")Accessibility — WCAG contrast
Aa
#e4ebfb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ebfb on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.2%
Blue98.4%
CMYK percentages
Cyan9.2%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#e4ebfb text on a black background
contrast 17.58:1
Card sample
#e4ebfb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ebfb;
Background color
Panel with #e4ebfb background
background-color: #e4ebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ebfb; background: linear-gradient(135deg, #e4ebfb, #ECE4FB);