#e9f8ef
a pale, vivid green · cool · closest name: ivory
RGB
233, 248, 239
HSL
144°, 52%, 94%
CMYK
6, 0, 4, 3
Luminance
0.9069
Every format
| HEX | #e9f8ef |
| RGB | rgb(233, 248, 239) |
| HSL | hsl(144, 52%, 94%) |
| CMYK | cmyk(6%, 0%, 4%, 3%) |
| LAB | lab(96.3 -6.5 2.6) |
| LCH | lch(96.3 7.0 158.2) |
| OKLCH | oklch(0.966 0.020 159.8) |
Copy-ready code
/* CSS */
color: #e9f8ef;
background-color: #e9f8ef;
/* Tailwind (arbitrary) */
class="text-[#e9f8ef] bg-[#e9f8ef]"
/* SCSS */
$brand: #e9f8ef;
/* SwiftUI */
Color(red: 0.914, green: 0.973, blue: 0.937)
/* Android */
Color.parseColor("#e9f8ef")Accessibility — WCAG contrast
Aa
#e9f8ef on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9f8ef on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green97.3%
Blue93.7%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow3.6%
Key (black)2.7%
Color previews
#e9f8ef text on a black background
contrast 19.14:1
Card sample
#e9f8ef text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9f8ef;
Background color
Panel with #e9f8ef background
background-color: #e9f8ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9f8ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 248, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 248, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9f8ef; background: linear-gradient(135deg, #e9f8ef, #E9F7F8);