#e9ebdf
a pale, soft green · cool · closest name: ivory
RGB
233, 235, 223
HSL
70°, 23%, 90%
CMYK
1, 0, 5, 8
Luminance
0.8207
Every format
| HEX | #e9ebdf |
| RGB | rgb(233, 235, 223) |
| HSL | hsl(70, 23%, 90%) |
| CMYK | cmyk(1%, 0%, 5%, 8%) |
| LAB | lab(92.6 -2.8 5.6) |
| LCH | lch(92.6 6.2 116.3) |
| OKLCH | oklch(0.935 0.016 114.4) |
Copy-ready code
/* CSS */
color: #e9ebdf;
background-color: #e9ebdf;
/* Tailwind (arbitrary) */
class="text-[#e9ebdf] bg-[#e9ebdf]"
/* SCSS */
$brand: #e9ebdf;
/* SwiftUI */
Color(red: 0.914, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#e9ebdf")Accessibility — WCAG contrast
Aa
#e9ebdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ebdf on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green92.2%
Blue87.5%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#e9ebdf text on a black background
contrast 17.41:1
Card sample
#e9ebdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ebdf;
Background color
Panel with #e9ebdf background
background-color: #e9ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ebdf; background: linear-gradient(135deg, #e9ebdf, #E1EBDF);