#e4e4f2
a pale, soft blue · warm · closest name: lavender
RGB
228, 228, 242
HSL
240°, 35%, 92%
CMYK
6, 6, 0, 5
Luminance
0.7839
Every format
| HEX | #e4e4f2 |
| RGB | rgb(228, 228, 242) |
| HSL | hsl(240, 35%, 92%) |
| CMYK | cmyk(6%, 6%, 0%, 5%) |
| LAB | lab(91.0 2.6 -6.8) |
| LCH | lch(91.0 7.3 290.8) |
| OKLCH | oklch(0.923 0.019 286.0) |
Copy-ready code
/* CSS */
color: #e4e4f2;
background-color: #e4e4f2;
/* Tailwind (arbitrary) */
class="text-[#e4e4f2] bg-[#e4e4f2]"
/* SCSS */
$brand: #e4e4f2;
/* SwiftUI */
Color(red: 0.894, green: 0.894, blue: 0.949)
/* Android */
Color.parseColor("#e4e4f2")Accessibility — WCAG contrast
Aa
#e4e4f2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e4f2 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green89.4%
Blue94.9%
CMYK percentages
Cyan5.8%
Magenta5.8%
Yellow0.0%
Key (black)5.1%
Color previews
#e4e4f2 text on a black background
contrast 16.68:1
Card sample
#e4e4f2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e4f2;
Background color
Panel with #e4e4f2 background
background-color: #e4e4f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e4f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 228, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 228, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e4f2; background: linear-gradient(135deg, #e4e4f2, #EDE4F2);