#e0e4eb
a pale, soft blue · cool · closest name: lavender
RGB
224, 228, 235
HSL
218°, 22%, 90%
CMYK
5, 3, 0, 8
Luminance
0.7733
Every format
| HEX | #e0e4eb |
| RGB | rgb(224, 228, 235) |
| HSL | hsl(218, 22%, 90%) |
| CMYK | cmyk(5%, 3%, 0%, 8%) |
| LAB | lab(90.5 -0.1 -3.9) |
| LCH | lch(90.5 3.9 269.3) |
| OKLCH | oklch(0.918 0.010 261.8) |
Copy-ready code
/* CSS */
color: #e0e4eb;
background-color: #e0e4eb;
/* Tailwind (arbitrary) */
class="text-[#e0e4eb] bg-[#e0e4eb]"
/* SCSS */
$brand: #e0e4eb;
/* SwiftUI */
Color(red: 0.878, green: 0.894, blue: 0.922)
/* Android */
Color.parseColor("#e0e4eb")Accessibility — WCAG contrast
Aa
#e0e4eb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0e4eb on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green89.4%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta3.0%
Yellow0.0%
Key (black)7.8%
Color previews
#e0e4eb text on a black background
contrast 16.47:1
Card sample
#e0e4eb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0e4eb;
Background color
Panel with #e0e4eb background
background-color: #e0e4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0e4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 228, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 228, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0e4eb; background: linear-gradient(135deg, #e0e4eb, #E3E0EB);