#e9edeb
a pale, muted green · cool · closest name: white
RGB
233, 237, 235
HSL
150°, 10%, 92%
CMYK
2, 0, 1, 7
Luminance
0.8389
Every format
| HEX | #e9edeb |
| RGB | rgb(233, 237, 235) |
| HSL | hsl(150, 10%, 92%) |
| CMYK | cmyk(2%, 0%, 1%, 7%) |
| LAB | lab(93.4 -1.7 0.5) |
| LCH | lch(93.4 1.8 163.5) |
| OKLCH | oklch(0.943 0.005 165.0) |
Copy-ready code
/* CSS */
color: #e9edeb;
background-color: #e9edeb;
/* Tailwind (arbitrary) */
class="text-[#e9edeb] bg-[#e9edeb]"
/* SCSS */
$brand: #e9edeb;
/* SwiftUI */
Color(red: 0.914, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#e9edeb")Accessibility — WCAG contrast
Aa
#e9edeb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9edeb on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green92.9%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#e9edeb text on a black background
contrast 17.78:1
Card sample
#e9edeb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9edeb;
Background color
Panel with #e9edeb background
background-color: #e9edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9edeb; background: linear-gradient(135deg, #e9edeb, #E9ECED);