#e5fec3
a pale, electric green · cool · closest name: beige
RGB
229, 254, 195
HSL
85°, 97%, 88%
CMYK
10, 0, 23, 0
Luminance
0.9148
Every format
| HEX | #e5fec3 |
| RGB | rgb(229, 254, 195) |
| HSL | hsl(85, 97%, 88%) |
| CMYK | cmyk(10%, 0%, 23%, 0%) |
| LAB | lab(96.6 -18.1 25.6) |
| LCH | lch(96.6 31.3 125.2) |
| OKLCH | oklch(0.964 0.081 126.5) |
Copy-ready code
/* CSS */
color: #e5fec3;
background-color: #e5fec3;
/* Tailwind (arbitrary) */
class="text-[#e5fec3] bg-[#e5fec3]"
/* SCSS */
$brand: #e5fec3;
/* SwiftUI */
Color(red: 0.898, green: 0.996, blue: 0.765)
/* Android */
Color.parseColor("#e5fec3")Accessibility — WCAG contrast
Aa
#e5fec3 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5fec3 on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green99.6%
Blue76.5%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow23.2%
Key (black)0.4%
Color previews
#e5fec3 text on a black background
contrast 19.30:1
Card sample
#e5fec3 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5fec3;
Background color
Panel with #e5fec3 background
background-color: #e5fec3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5fec3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 254, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 254, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5fec3; background: linear-gradient(135deg, #e5fec3, #C3FEC8);