#e2e7eb
a pale, soft blue · cool · closest name: lavender
RGB
226, 231, 235
HSL
207°, 18%, 90%
CMYK
4, 2, 0, 8
Luminance
0.7932
Every format
| HEX | #e2e7eb |
| RGB | rgb(226, 231, 235) |
| HSL | hsl(207, 18%, 90%) |
| CMYK | cmyk(4%, 2%, 0%, 8%) |
| LAB | lab(91.4 -0.9 -2.5) |
| LCH | lch(91.4 2.7 249.5) |
| OKLCH | oklch(0.925 0.008 241.7) |
Copy-ready code
/* CSS */
color: #e2e7eb;
background-color: #e2e7eb;
/* Tailwind (arbitrary) */
class="text-[#e2e7eb] bg-[#e2e7eb]"
/* SCSS */
$brand: #e2e7eb;
/* SwiftUI */
Color(red: 0.886, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#e2e7eb")Accessibility — WCAG contrast
Aa
#e2e7eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e7eb on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green90.6%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e2e7eb text on a black background
contrast 16.86:1
Card sample
#e2e7eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e7eb;
Background color
Panel with #e2e7eb background
background-color: #e2e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e7eb; background: linear-gradient(135deg, #e2e7eb, #E3E2EB);