#e7f8ec
a pale, vivid green · cool · closest name: ivory
RGB
231, 248, 236
HSL
138°, 55%, 94%
CMYK
7, 0, 5, 3
Luminance
0.9018
Every format
| HEX | #e7f8ec |
| RGB | rgb(231, 248, 236) |
| HSL | hsl(138, 55%, 94%) |
| CMYK | cmyk(7%, 0%, 5%, 3%) |
| LAB | lab(96.1 -7.7 3.8) |
| LCH | lch(96.1 8.6 153.6) |
| OKLCH | oklch(0.963 0.024 155.2) |
Copy-ready code
/* CSS */
color: #e7f8ec;
background-color: #e7f8ec;
/* Tailwind (arbitrary) */
class="text-[#e7f8ec] bg-[#e7f8ec]"
/* SCSS */
$brand: #e7f8ec;
/* SwiftUI */
Color(red: 0.906, green: 0.973, blue: 0.925)
/* Android */
Color.parseColor("#e7f8ec")Accessibility — WCAG contrast
Aa
#e7f8ec on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7f8ec on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green97.3%
Blue92.5%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow4.8%
Key (black)2.7%
Color previews
#e7f8ec text on a black background
contrast 19.04:1
Card sample
#e7f8ec text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7f8ec;
Background color
Panel with #e7f8ec background
background-color: #e7f8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7f8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 248, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 248, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7f8ec; background: linear-gradient(135deg, #e7f8ec, #E7F8F7);