#e2ecf6
a pale, vivid blue · cool · closest name: lavender
RGB
226, 236, 246
HSL
210°, 53%, 93%
CMYK
8, 4, 0, 4
Luminance
0.8281
Every format
| HEX | #e2ecf6 |
| RGB | rgb(226, 236, 246) |
| HSL | hsl(210, 53%, 93%) |
| CMYK | cmyk(8%, 4%, 0%, 4%) |
| LAB | lab(92.9 -1.4 -6.0) |
| LCH | lch(92.9 6.1 256.4) |
| OKLCH | oklch(0.939 0.017 248.0) |
Copy-ready code
/* CSS */
color: #e2ecf6;
background-color: #e2ecf6;
/* Tailwind (arbitrary) */
class="text-[#e2ecf6] bg-[#e2ecf6]"
/* SCSS */
$brand: #e2ecf6;
/* SwiftUI */
Color(red: 0.886, green: 0.925, blue: 0.965)
/* Android */
Color.parseColor("#e2ecf6")Accessibility — WCAG contrast
Aa
#e2ecf6 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ecf6 on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.5%
Blue96.5%
CMYK percentages
Cyan8.1%
Magenta4.1%
Yellow0.0%
Key (black)3.5%
Color previews
#e2ecf6 text on a black background
contrast 17.56:1
Card sample
#e2ecf6 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ecf6;
Background color
Panel with #e2ecf6 background
background-color: #e2ecf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ecf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 236, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 236, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ecf6; background: linear-gradient(135deg, #e2ecf6, #E5E2F6);