#e8e8ee
a pale, soft blue · warm · closest name: lavender
RGB
232, 232, 238
HSL
240°, 15%, 92%
CMYK
3, 3, 0, 7
Luminance
0.8104
Every format
| HEX | #e8e8ee |
| RGB | rgb(232, 232, 238) |
| HSL | hsl(240, 15%, 92%) |
| CMYK | cmyk(3%, 3%, 0%, 7%) |
| LAB | lab(92.2 1.1 -2.9) |
| LCH | lch(92.2 3.1 290.4) |
| OKLCH | oklch(0.933 0.008 286.2) |
Copy-ready code
/* CSS */
color: #e8e8ee;
background-color: #e8e8ee;
/* Tailwind (arbitrary) */
class="text-[#e8e8ee] bg-[#e8e8ee]"
/* SCSS */
$brand: #e8e8ee;
/* SwiftUI */
Color(red: 0.910, green: 0.910, blue: 0.933)
/* Android */
Color.parseColor("#e8e8ee")Accessibility — WCAG contrast
Aa
#e8e8ee on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8e8ee on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green91.0%
Blue93.3%
CMYK percentages
Cyan2.5%
Magenta2.5%
Yellow0.0%
Key (black)6.7%
Color previews
#e8e8ee text on a black background
contrast 17.21:1
Card sample
#e8e8ee text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8e8ee;
Background color
Panel with #e8e8ee background
background-color: #e8e8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8e8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 232, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 232, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8e8ee; background: linear-gradient(135deg, #e8e8ee, #ECE8EE);