#e5eceb
a pale, soft cyan · cool · closest name: white
RGB
229, 236, 235
HSL
171°, 16%, 91%
CMYK
3, 0, 0, 8
Luminance
0.8265
Every format
| HEX | #e5eceb |
| RGB | rgb(229, 236, 235) |
| HSL | hsl(171, 16%, 91%) |
| CMYK | cmyk(3%, 0%, 0%, 8%) |
| LAB | lab(92.9 -2.5 -0.3) |
| LCH | lch(92.9 2.5 187.5) |
| OKLCH | oklch(0.938 0.008 186.9) |
Copy-ready code
/* CSS */
color: #e5eceb;
background-color: #e5eceb;
/* Tailwind (arbitrary) */
class="text-[#e5eceb] bg-[#e5eceb]"
/* SCSS */
$brand: #e5eceb;
/* SwiftUI */
Color(red: 0.898, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#e5eceb")Accessibility — WCAG contrast
Aa
#e5eceb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5eceb on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.5%
Blue92.2%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#e5eceb text on a black background
contrast 17.53:1
Card sample
#e5eceb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5eceb;
Background color
Panel with #e5eceb background
background-color: #e5eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5eceb; background: linear-gradient(135deg, #e5eceb, #E5E8EC);