#e2eefa
a pale, vivid blue · cool · closest name: lavender
RGB
226, 238, 250
HSL
210°, 71%, 93%
CMYK
10, 5, 0, 2
Luminance
0.8422
Every format
| HEX | #e2eefa |
| RGB | rgb(226, 238, 250) |
| HSL | hsl(210, 71%, 93%) |
| CMYK | cmyk(10%, 5%, 0%, 2%) |
| LAB | lab(93.5 -1.7 -7.2) |
| LCH | lch(93.5 7.3 256.7) |
| OKLCH | oklch(0.944 0.021 248.0) |
Copy-ready code
/* CSS */
color: #e2eefa;
background-color: #e2eefa;
/* Tailwind (arbitrary) */
class="text-[#e2eefa] bg-[#e2eefa]"
/* SCSS */
$brand: #e2eefa;
/* SwiftUI */
Color(red: 0.886, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#e2eefa")Accessibility — WCAG contrast
Aa
#e2eefa on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2eefa on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green93.3%
Blue98.0%
CMYK percentages
Cyan9.6%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#e2eefa text on a black background
contrast 17.84:1
Card sample
#e2eefa text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2eefa;
Background color
Panel with #e2eefa background
background-color: #e2eefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2eefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2eefa; background: linear-gradient(135deg, #e2eefa, #E6E2FA);