#e1fff2
a pale, electric green · cool · closest name: ivory
RGB
225, 255, 242
HSL
154°, 100%, 94%
CMYK
12, 0, 5, 0
Luminance
0.9394
Every format
| HEX | #e1fff2 |
| RGB | rgb(225, 255, 242) |
| HSL | hsl(154, 100%, 94%) |
| CMYK | cmyk(12%, 0%, 5%, 0%) |
| LAB | lab(97.6 -12.1 2.9) |
| LCH | lch(97.6 12.4 166.4) |
| OKLCH | oklch(0.975 0.035 167.7) |
Copy-ready code
/* CSS */
color: #e1fff2;
background-color: #e1fff2;
/* Tailwind (arbitrary) */
class="text-[#e1fff2] bg-[#e1fff2]"
/* SCSS */
$brand: #e1fff2;
/* SwiftUI */
Color(red: 0.882, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#e1fff2")Accessibility — WCAG contrast
Aa
#e1fff2 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1fff2 on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green100.0%
Blue94.9%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#e1fff2 text on a black background
contrast 19.79:1
Card sample
#e1fff2 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1fff2;
Background color
Panel with #e1fff2 background
background-color: #e1fff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1fff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1fff2; background: linear-gradient(135deg, #e1fff2, #E1F8FF);