#e2e4f3
a pale, soft blue · warm · closest name: lavender
RGB
226, 228, 243
HSL
233°, 42%, 92%
CMYK
7, 6, 0, 5
Luminance
0.7813
Every format
| HEX | #e2e4f3 |
| RGB | rgb(226, 228, 243) |
| HSL | hsl(233, 42%, 92%) |
| CMYK | cmyk(7%, 6%, 0%, 5%) |
| LAB | lab(90.8 2.1 -7.5) |
| LCH | lch(90.8 7.8 285.7) |
| OKLCH | oklch(0.922 0.020 279.9) |
Copy-ready code
/* CSS */
color: #e2e4f3;
background-color: #e2e4f3;
/* Tailwind (arbitrary) */
class="text-[#e2e4f3] bg-[#e2e4f3]"
/* SCSS */
$brand: #e2e4f3;
/* SwiftUI */
Color(red: 0.886, green: 0.894, blue: 0.953)
/* Android */
Color.parseColor("#e2e4f3")Accessibility — WCAG contrast
Aa
#e2e4f3 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e4f3 on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green89.4%
Blue95.3%
CMYK percentages
Cyan7.0%
Magenta6.2%
Yellow0.0%
Key (black)4.7%
Color previews
#e2e4f3 text on a black background
contrast 16.63:1
Card sample
#e2e4f3 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e4f3;
Background color
Panel with #e2e4f3 background
background-color: #e2e4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 228, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 228, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e4f3; background: linear-gradient(135deg, #e2e4f3, #EBE2F3);