#e1e9f4
a pale, vivid blue · cool · closest name: lavender
RGB
225, 233, 244
HSL
215°, 46%, 92%
CMYK
8, 5, 0, 4
Luminance
0.8082
Every format
| HEX | #e1e9f4 |
| RGB | rgb(225, 233, 244) |
| HSL | hsl(215, 46%, 92%) |
| CMYK | cmyk(8%, 5%, 0%, 4%) |
| LAB | lab(92.0 -0.6 -6.2) |
| LCH | lch(92.0 6.3 264.5) |
| OKLCH | oklch(0.931 0.017 256.3) |
Copy-ready code
/* CSS */
color: #e1e9f4;
background-color: #e1e9f4;
/* Tailwind (arbitrary) */
class="text-[#e1e9f4] bg-[#e1e9f4]"
/* SCSS */
$brand: #e1e9f4;
/* SwiftUI */
Color(red: 0.882, green: 0.914, blue: 0.957)
/* Android */
Color.parseColor("#e1e9f4")Accessibility — WCAG contrast
Aa
#e1e9f4 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1e9f4 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green91.4%
Blue95.7%
CMYK percentages
Cyan7.8%
Magenta4.5%
Yellow0.0%
Key (black)4.3%
Color previews
#e1e9f4 text on a black background
contrast 17.16:1
Card sample
#e1e9f4 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1e9f4;
Background color
Panel with #e1e9f4 background
background-color: #e1e9f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1e9f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 233, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 233, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1e9f4; background: linear-gradient(135deg, #e1e9f4, #E6E1F4);