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