#e6e6ee
a pale, soft blue · warm · closest name: lavender
RGB
230, 230, 238
HSL
240°, 19%, 92%
CMYK
3, 3, 0, 7
Luminance
0.7959
Every format
| HEX | #e6e6ee |
| RGB | rgb(230, 230, 238) |
| HSL | hsl(240, 19%, 92%) |
| CMYK | cmyk(3%, 3%, 0%, 7%) |
| LAB | lab(91.5 1.4 -3.9) |
| LCH | lch(91.5 4.1 290.5) |
| OKLCH | oklch(0.927 0.011 286.2) |
Copy-ready code
/* CSS */
color: #e6e6ee;
background-color: #e6e6ee;
/* Tailwind (arbitrary) */
class="text-[#e6e6ee] bg-[#e6e6ee]"
/* SCSS */
$brand: #e6e6ee;
/* SwiftUI */
Color(red: 0.902, green: 0.902, blue: 0.933)
/* Android */
Color.parseColor("#e6e6ee")Accessibility — WCAG contrast
Aa
#e6e6ee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6e6ee on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green90.2%
Blue93.3%
CMYK percentages
Cyan3.4%
Magenta3.4%
Yellow0.0%
Key (black)6.7%
Color previews
#e6e6ee text on a black background
contrast 16.92:1
Card sample
#e6e6ee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6e6ee;
Background color
Panel with #e6e6ee background
background-color: #e6e6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6e6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 230, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 230, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6e6ee; background: linear-gradient(135deg, #e6e6ee, #EBE6EE);