#e5ecf0
a pale, soft blue · cool · closest name: white
RGB
229, 236, 240
HSL
202°, 27%, 92%
CMYK
5, 2, 0, 6
Luminance
0.8294
Every format
| HEX | #e5ecf0 |
| RGB | rgb(229, 236, 240) |
| HSL | hsl(202, 27%, 92%) |
| CMYK | cmyk(5%, 2%, 0%, 6%) |
| LAB | lab(93.0 -1.6 -2.7) |
| LCH | lch(93.0 3.2 239.9) |
| OKLCH | oklch(0.939 0.009 232.4) |
Copy-ready code
/* CSS */
color: #e5ecf0;
background-color: #e5ecf0;
/* Tailwind (arbitrary) */
class="text-[#e5ecf0] bg-[#e5ecf0]"
/* SCSS */
$brand: #e5ecf0;
/* SwiftUI */
Color(red: 0.898, green: 0.925, blue: 0.941)
/* Android */
Color.parseColor("#e5ecf0")Accessibility — WCAG contrast
Aa
#e5ecf0 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ecf0 on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.5%
Blue94.1%
CMYK percentages
Cyan4.6%
Magenta1.7%
Yellow0.0%
Key (black)5.9%
Color previews
#e5ecf0 text on a black background
contrast 17.59:1
Card sample
#e5ecf0 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ecf0;
Background color
Panel with #e5ecf0 background
background-color: #e5ecf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ecf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 236, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 236, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ecf0; background: linear-gradient(135deg, #e5ecf0, #E5E5F0);