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