#e7ecf5
a pale, soft blue · cool · closest name: lavender
RGB
231, 236, 245
HSL
219°, 41%, 93%
CMYK
6, 4, 0, 4
Luminance
0.8357
Every format
| HEX | #e7ecf5 |
| RGB | rgb(231, 236, 245) |
| HSL | hsl(219, 41%, 93%) |
| CMYK | cmyk(6%, 4%, 0%, 4%) |
| LAB | lab(93.3 -0.0 -4.9) |
| LCH | lch(93.3 4.9 269.9) |
| OKLCH | oklch(0.942 0.013 262.4) |
Copy-ready code
/* CSS */
color: #e7ecf5;
background-color: #e7ecf5;
/* Tailwind (arbitrary) */
class="text-[#e7ecf5] bg-[#e7ecf5]"
/* SCSS */
$brand: #e7ecf5;
/* SwiftUI */
Color(red: 0.906, green: 0.925, blue: 0.961)
/* Android */
Color.parseColor("#e7ecf5")Accessibility — WCAG contrast
Aa
#e7ecf5 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ecf5 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.5%
Blue96.1%
CMYK percentages
Cyan5.7%
Magenta3.7%
Yellow0.0%
Key (black)3.9%
Color previews
#e7ecf5 text on a black background
contrast 17.71:1
Card sample
#e7ecf5 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ecf5;
Background color
Panel with #e7ecf5 background
background-color: #e7ecf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ecf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 236, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 236, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ecf5; background: linear-gradient(135deg, #e7ecf5, #EBE7F5);