#e7fdf2
a pale, electric green · cool · closest name: ivory
RGB
231, 253, 242
HSL
150°, 85%, 95%
CMYK
9, 0, 4, 1
Luminance
0.9365
Every format
| HEX | #e7fdf2 |
| RGB | rgb(231, 253, 242) |
| HSL | hsl(150, 85%, 95%) |
| CMYK | cmyk(9%, 0%, 4%, 1%) |
| LAB | lab(97.5 -9.2 2.8) |
| LCH | lch(97.5 9.6 162.9) |
| OKLCH | oklch(0.975 0.027 164.4) |
Copy-ready code
/* CSS */
color: #e7fdf2;
background-color: #e7fdf2;
/* Tailwind (arbitrary) */
class="text-[#e7fdf2] bg-[#e7fdf2]"
/* SCSS */
$brand: #e7fdf2;
/* SwiftUI */
Color(red: 0.906, green: 0.992, blue: 0.949)
/* Android */
Color.parseColor("#e7fdf2")Accessibility — WCAG contrast
Aa
#e7fdf2 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7fdf2 on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green99.2%
Blue94.9%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow4.3%
Key (black)0.8%
Color previews
#e7fdf2 text on a black background
contrast 19.73:1
Card sample
#e7fdf2 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7fdf2;
Background color
Panel with #e7fdf2 background
background-color: #e7fdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7fdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 253, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 253, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7fdf2; background: linear-gradient(135deg, #e7fdf2, #E7F9FD);