#e9ffe5
a pale, electric green · cool · closest name: beige
RGB
233, 255, 229
HSL
111°, 100%, 95%
CMYK
9, 0, 10, 0
Luminance
0.9450
Every format
| HEX | #e9ffe5 |
| RGB | rgb(233, 255, 229) |
| HSL | hsl(111, 100%, 95%) |
| CMYK | cmyk(9%, 0%, 10%, 0%) |
| LAB | lab(97.8 -11.8 10.0) |
| LCH | lch(97.8 15.4 139.7) |
| OKLCH | oklch(0.977 0.041 140.9) |
Copy-ready code
/* CSS */
color: #e9ffe5;
background-color: #e9ffe5;
/* Tailwind (arbitrary) */
class="text-[#e9ffe5] bg-[#e9ffe5]"
/* SCSS */
$brand: #e9ffe5;
/* SwiftUI */
Color(red: 0.914, green: 1.000, blue: 0.898)
/* Android */
Color.parseColor("#e9ffe5")Accessibility — WCAG contrast
Aa
#e9ffe5 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ffe5 on black: 19.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green100.0%
Blue89.8%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow10.2%
Key (black)0.0%
Color previews
#e9ffe5 text on a black background
contrast 19.90:1
Card sample
#e9ffe5 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ffe5;
Background color
Panel with #e9ffe5 background
background-color: #e9ffe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ffe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 255, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 255, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ffe5; background: linear-gradient(135deg, #e9ffe5, #E5FFF2);