#e9f5eb
a pale, soft green · cool · closest name: ivory
RGB
233, 245, 235
HSL
130°, 38%, 94%
CMYK
5, 0, 4, 4
Luminance
0.8863
Every format
| HEX | #e9f5eb |
| RGB | rgb(233, 245, 235) |
| HSL | hsl(130, 38%, 94%) |
| CMYK | cmyk(5%, 0%, 4%, 4%) |
| LAB | lab(95.4 -5.8 3.4) |
| LCH | lch(95.4 6.7 149.1) |
| OKLCH | oklch(0.958 0.018 150.6) |
Copy-ready code
/* CSS */
color: #e9f5eb;
background-color: #e9f5eb;
/* Tailwind (arbitrary) */
class="text-[#e9f5eb] bg-[#e9f5eb]"
/* SCSS */
$brand: #e9f5eb;
/* SwiftUI */
Color(red: 0.914, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#e9f5eb")Accessibility — WCAG contrast
Aa
#e9f5eb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9f5eb on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green96.1%
Blue92.2%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#e9f5eb text on a black background
contrast 18.73:1
Card sample
#e9f5eb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9f5eb;
Background color
Panel with #e9f5eb background
background-color: #e9f5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9f5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9f5eb; background: linear-gradient(135deg, #e9f5eb, #E9F5F3);