#e2e3f3
a pale, soft blue · warm · “lavender”
RGB
226, 227, 243
HSL
237°, 42%, 92%
CMYK
7, 7, 0, 5
Luminance
0.7758
Every format
| HEX | #e2e3f3 |
| RGB | rgb(226, 227, 243) |
| HSL | hsl(237, 42%, 92%) |
| CMYK | cmyk(7%, 7%, 0%, 5%) |
| LAB | lab(90.6 2.6 -7.9) |
| LCH | lch(90.6 8.3 288.5) |
| OKLCH | oklch(0.920 0.022 283.1) |
Copy-ready code
/* CSS */
color: #e2e3f3;
background-color: #e2e3f3;
/* Tailwind (arbitrary) */
class="text-[#e2e3f3] bg-[#e2e3f3]"
/* SCSS */
$brand: #e2e3f3;
/* SwiftUI */
Color(red: 0.886, green: 0.890, blue: 0.953)
/* Android */
Color.parseColor("#e2e3f3")Accessibility — WCAG contrast
Aa
#e2e3f3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e3f3 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green89.0%
Blue95.3%
CMYK percentages
Cyan7.0%
Magenta6.6%
Yellow0.0%
Key (black)4.7%
Color previews
#e2e3f3 text on a black background
contrast 16.52:1
Card sample
#e2e3f3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e3f3;
Background color
Panel with #e2e3f3 background
background-color: #e2e3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 227, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 227, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e3f3; background: linear-gradient(135deg, #e2e3f3, #ECE2F3);