#e5ffeb
a pale, electric green · cool · closest name: beige
RGB
229, 255, 235
HSL
134°, 100%, 95%
CMYK
10, 0, 8, 0
Luminance
0.9418
Every format
| HEX | #e5ffeb |
| RGB | rgb(229, 255, 235) |
| HSL | hsl(134, 100%, 95%) |
| CMYK | cmyk(10%, 0%, 8%, 0%) |
| LAB | lab(97.7 -12.1 6.7) |
| LCH | lch(97.7 13.8 150.9) |
| OKLCH | oklch(0.976 0.038 152.5) |
Copy-ready code
/* CSS */
color: #e5ffeb;
background-color: #e5ffeb;
/* Tailwind (arbitrary) */
class="text-[#e5ffeb] bg-[#e5ffeb]"
/* SCSS */
$brand: #e5ffeb;
/* SwiftUI */
Color(red: 0.898, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#e5ffeb")Accessibility — WCAG contrast
Aa
#e5ffeb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ffeb on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green100.0%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#e5ffeb text on a black background
contrast 19.84:1
Card sample
#e5ffeb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ffeb;
Background color
Panel with #e5ffeb background
background-color: #e5ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ffeb; background: linear-gradient(135deg, #e5ffeb, #E5FFFC);