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