#e0e7eb
a pale, soft blue · cool · closest name: lavender
RGB
224, 231, 235
HSL
202°, 22%, 90%
CMYK
5, 2, 0, 8
Luminance
0.7900
Every format
| HEX | #e0e7eb |
| RGB | rgb(224, 231, 235) |
| HSL | hsl(202, 22%, 90%) |
| CMYK | cmyk(5%, 2%, 0%, 8%) |
| LAB | lab(91.2 -1.6 -2.8) |
| LCH | lch(91.2 3.2 239.8) |
| OKLCH | oklch(0.924 0.009 232.4) |
Copy-ready code
/* CSS */
color: #e0e7eb;
background-color: #e0e7eb;
/* Tailwind (arbitrary) */
class="text-[#e0e7eb] bg-[#e0e7eb]"
/* SCSS */
$brand: #e0e7eb;
/* SwiftUI */
Color(red: 0.878, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#e0e7eb")Accessibility — WCAG contrast
Aa
#e0e7eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0e7eb on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green90.6%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e0e7eb text on a black background
contrast 16.80:1
Card sample
#e0e7eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0e7eb;
Background color
Panel with #e0e7eb background
background-color: #e0e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0e7eb; background: linear-gradient(135deg, #e0e7eb, #E0E0EB);