#e2eceb
a pale, soft cyan · cool · closest name: white
RGB
226, 236, 235
HSL
174°, 21%, 91%
CMYK
4, 0, 0, 8
Luminance
0.8216
Every format
| HEX | #e2eceb |
| RGB | rgb(226, 236, 235) |
| HSL | hsl(174, 21%, 91%) |
| CMYK | cmyk(4%, 0%, 0%, 8%) |
| LAB | lab(92.6 -3.5 -0.7) |
| LCH | lch(92.6 3.6 190.8) |
| OKLCH | oklch(0.935 0.011 189.8) |
Copy-ready code
/* CSS */
color: #e2eceb;
background-color: #e2eceb;
/* Tailwind (arbitrary) */
class="text-[#e2eceb] bg-[#e2eceb]"
/* SCSS */
$brand: #e2eceb;
/* SwiftUI */
Color(red: 0.886, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#e2eceb")Accessibility — WCAG contrast
Aa
#e2eceb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2eceb on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.5%
Blue92.2%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#e2eceb text on a black background
contrast 17.43:1
Card sample
#e2eceb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2eceb;
Background color
Panel with #e2eceb background
background-color: #e2eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2eceb; background: linear-gradient(135deg, #e2eceb, #E2E6EC);