#e9efe7
a pale, soft green · cool · closest name: ivory
RGB
233, 239, 231
HSL
105°, 20%, 92%
CMYK
3, 0, 3, 6
Luminance
0.8483
Every format
| HEX | #e9efe7 |
| RGB | rgb(233, 239, 231) |
| HSL | hsl(105, 20%, 92%) |
| CMYK | cmyk(3%, 0%, 3%, 6%) |
| LAB | lab(93.8 -3.4 3.2) |
| LCH | lch(93.8 4.7 137.1) |
| OKLCH | oklch(0.945 0.012 137.8) |
Copy-ready code
/* CSS */
color: #e9efe7;
background-color: #e9efe7;
/* Tailwind (arbitrary) */
class="text-[#e9efe7] bg-[#e9efe7]"
/* SCSS */
$brand: #e9efe7;
/* SwiftUI */
Color(red: 0.914, green: 0.937, blue: 0.906)
/* Android */
Color.parseColor("#e9efe7")Accessibility — WCAG contrast
Aa
#e9efe7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9efe7 on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green93.7%
Blue90.6%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow3.3%
Key (black)6.3%
Color previews
#e9efe7 text on a black background
contrast 17.97:1
Card sample
#e9efe7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9efe7;
Background color
Panel with #e9efe7 background
background-color: #e9efe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9efe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 239, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 239, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9efe7; background: linear-gradient(135deg, #e9efe7, #E7EFEA);