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