#e5fff3
a pale, electric green · cool · closest name: ivory
RGB
229, 255, 243
HSL
152°, 100%, 95%
CMYK
10, 0, 5, 0
Luminance
0.9465
Every format
| HEX | #e5fff3 |
| RGB | rgb(229, 255, 243) |
| HSL | hsl(152, 100%, 95%) |
| CMYK | cmyk(10%, 0%, 5%, 0%) |
| LAB | lab(97.9 -10.6 2.9) |
| LCH | lch(97.9 11.0 164.9) |
| OKLCH | oklch(0.978 0.031 166.3) |
Copy-ready code
/* CSS */
color: #e5fff3;
background-color: #e5fff3;
/* Tailwind (arbitrary) */
class="text-[#e5fff3] bg-[#e5fff3]"
/* SCSS */
$brand: #e5fff3;
/* SwiftUI */
Color(red: 0.898, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#e5fff3")Accessibility — WCAG contrast
Aa
#e5fff3 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5fff3 on black: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green100.0%
Blue95.3%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#e5fff3 text on a black background
contrast 19.93:1
Card sample
#e5fff3 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5fff3;
Background color
Panel with #e5fff3 background
background-color: #e5fff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5fff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5fff3; background: linear-gradient(135deg, #e5fff3, #E5FAFF);