#e9fce2
a pale, electric green · cool · closest name: beige
RGB
233, 252, 226
HSL
104°, 81%, 94%
CMYK
8, 0, 10, 1
Luminance
0.9244
Every format
| HEX | #e9fce2 |
| RGB | rgb(233, 252, 226) |
| HSL | hsl(104, 81%, 94%) |
| CMYK | cmyk(8%, 0%, 10%, 1%) |
| LAB | lab(97.0 -10.8 10.3) |
| LCH | lch(97.0 14.9 136.2) |
| OKLCH | oklch(0.970 0.040 137.2) |
Copy-ready code
/* CSS */
color: #e9fce2;
background-color: #e9fce2;
/* Tailwind (arbitrary) */
class="text-[#e9fce2] bg-[#e9fce2]"
/* SCSS */
$brand: #e9fce2;
/* SwiftUI */
Color(red: 0.914, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#e9fce2")Accessibility — WCAG contrast
Aa
#e9fce2 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9fce2 on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green98.8%
Blue88.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#e9fce2 text on a black background
contrast 19.49:1
Card sample
#e9fce2 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9fce2;
Background color
Panel with #e9fce2 background
background-color: #e9fce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9fce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9fce2; background: linear-gradient(135deg, #e9fce2, #E2FCEC);