#e4ffe0
a pale, electric green · cool · closest name: beige
RGB
228, 255, 224
HSL
112°, 100%, 94%
CMYK
11, 0, 12, 0
Luminance
0.9340
Every format
| HEX | #e4ffe0 |
| RGB | rgb(228, 255, 224) |
| HSL | hsl(112, 100%, 94%) |
| CMYK | cmyk(11%, 0%, 12%, 0%) |
| LAB | lab(97.4 -14.3 11.9) |
| LCH | lch(97.4 18.6 140.3) |
| OKLCH | oklch(0.972 0.050 141.6) |
Copy-ready code
/* CSS */
color: #e4ffe0;
background-color: #e4ffe0;
/* Tailwind (arbitrary) */
class="text-[#e4ffe0] bg-[#e4ffe0]"
/* SCSS */
$brand: #e4ffe0;
/* SwiftUI */
Color(red: 0.894, green: 1.000, blue: 0.878)
/* Android */
Color.parseColor("#e4ffe0")Accessibility — WCAG contrast
Aa
#e4ffe0 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ffe0 on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green100.0%
Blue87.8%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow12.2%
Key (black)0.0%
Color previews
#e4ffe0 text on a black background
contrast 19.68:1
Card sample
#e4ffe0 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ffe0;
Background color
Panel with #e4ffe0 background
background-color: #e4ffe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ffe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 255, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 255, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ffe0; background: linear-gradient(135deg, #e4ffe0, #E0FFF1);