#e2e2fd
a pale, electric blue · warm · closest name: lavender
RGB
226, 226, 253
HSL
240°, 87%, 94%
CMYK
11, 11, 0, 1
Luminance
0.7765
Every format
| HEX | #e2e2fd |
| RGB | rgb(226, 226, 253) |
| HSL | hsl(240, 87%, 94%) |
| CMYK | cmyk(11%, 11%, 0%, 1%) |
| LAB | lab(90.6 5.1 -13.1) |
| LCH | lch(90.6 14.0 291.3) |
| OKLCH | oklch(0.921 0.036 285.7) |
Copy-ready code
/* CSS */
color: #e2e2fd;
background-color: #e2e2fd;
/* Tailwind (arbitrary) */
class="text-[#e2e2fd] bg-[#e2e2fd]"
/* SCSS */
$brand: #e2e2fd;
/* SwiftUI */
Color(red: 0.886, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#e2e2fd")Accessibility — WCAG contrast
Aa
#e2e2fd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e2fd on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green88.6%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#e2e2fd text on a black background
contrast 16.53:1
Card sample
#e2e2fd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e2fd;
Background color
Panel with #e2e2fd background
background-color: #e2e2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e2fd; background: linear-gradient(135deg, #e2e2fd, #F4E2FD);