#e3e3eb
a pale, soft blue · warm · closest name: lavender
RGB
227, 227, 235
HSL
240°, 17%, 91%
CMYK
3, 3, 0, 8
Luminance
0.7727
Every format
| HEX | #e3e3eb |
| RGB | rgb(227, 227, 235) |
| HSL | hsl(240, 17%, 91%) |
| CMYK | cmyk(3%, 3%, 0%, 8%) |
| LAB | lab(90.4 1.4 -3.9) |
| LCH | lch(90.4 4.2 290.4) |
| OKLCH | oklch(0.918 0.011 286.2) |
Copy-ready code
/* CSS */
color: #e3e3eb;
background-color: #e3e3eb;
/* Tailwind (arbitrary) */
class="text-[#e3e3eb] bg-[#e3e3eb]"
/* SCSS */
$brand: #e3e3eb;
/* SwiftUI */
Color(red: 0.890, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#e3e3eb")Accessibility — WCAG contrast
Aa
#e3e3eb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3e3eb on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green89.0%
Blue92.2%
CMYK percentages
Cyan3.4%
Magenta3.4%
Yellow0.0%
Key (black)7.8%
Color previews
#e3e3eb text on a black background
contrast 16.45:1
Card sample
#e3e3eb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3e3eb;
Background color
Panel with #e3e3eb background
background-color: #e3e3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3e3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3e3eb; background: linear-gradient(135deg, #e3e3eb, #E8E3EB);