#e0ffe7
a pale, electric green · cool · closest name: beige
RGB
224, 255, 231
HSL
134°, 100%, 94%
CMYK
12, 0, 9, 0
Luminance
0.9314
Every format
| HEX | #e0ffe7 |
| RGB | rgb(224, 255, 231) |
| HSL | hsl(134, 100%, 94%) |
| CMYK | cmyk(12%, 0%, 9%, 0%) |
| LAB | lab(97.3 -14.4 8.1) |
| LCH | lch(97.3 16.5 150.6) |
| OKLCH | oklch(0.971 0.045 152.2) |
Copy-ready code
/* CSS */
color: #e0ffe7;
background-color: #e0ffe7;
/* Tailwind (arbitrary) */
class="text-[#e0ffe7] bg-[#e0ffe7]"
/* SCSS */
$brand: #e0ffe7;
/* SwiftUI */
Color(red: 0.878, green: 1.000, blue: 0.906)
/* Android */
Color.parseColor("#e0ffe7")Accessibility — WCAG contrast
Aa
#e0ffe7 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0ffe7 on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green100.0%
Blue90.6%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow9.4%
Key (black)0.0%
Color previews
#e0ffe7 text on a black background
contrast 19.63:1
Card sample
#e0ffe7 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0ffe7;
Background color
Panel with #e0ffe7 background
background-color: #e0ffe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0ffe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 255, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 255, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0ffe7; background: linear-gradient(135deg, #e0ffe7, #E0FFFC);