#e7ecf1
a pale, soft blue · cool · closest name: white
RGB
231, 236, 241
HSL
210°, 26%, 93%
CMYK
4, 2, 0, 6
Luminance
0.8333
Every format
| HEX | #e7ecf1 |
| RGB | rgb(231, 236, 241) |
| HSL | hsl(210, 26%, 93%) |
| CMYK | cmyk(4%, 2%, 0%, 6%) |
| LAB | lab(93.2 -0.8 -3.0) |
| LCH | lch(93.2 3.1 256.0) |
| OKLCH | oklch(0.941 0.009 247.9) |
Copy-ready code
/* CSS */
color: #e7ecf1;
background-color: #e7ecf1;
/* Tailwind (arbitrary) */
class="text-[#e7ecf1] bg-[#e7ecf1]"
/* SCSS */
$brand: #e7ecf1;
/* SwiftUI */
Color(red: 0.906, green: 0.925, blue: 0.945)
/* Android */
Color.parseColor("#e7ecf1")Accessibility — WCAG contrast
Aa
#e7ecf1 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ecf1 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.5%
Blue94.5%
CMYK percentages
Cyan4.1%
Magenta2.1%
Yellow0.0%
Key (black)5.5%
Color previews
#e7ecf1 text on a black background
contrast 17.67:1
Card sample
#e7ecf1 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ecf1;
Background color
Panel with #e7ecf1 background
background-color: #e7ecf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ecf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 236, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 236, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ecf1; background: linear-gradient(135deg, #e7ecf1, #E9E7F1);