#e1ffce
a pale, electric green · cool · closest name: beige
RGB
225, 255, 206
HSL
97°, 100%, 90%
CMYK
12, 0, 19, 0
Luminance
0.9198
Every format
| HEX | #e1ffce |
| RGB | rgb(225, 255, 206) |
| HSL | hsl(97, 100%, 90%) |
| CMYK | cmyk(12%, 0%, 19%, 0%) |
| LAB | lab(96.8 -18.3 20.2) |
| LCH | lch(96.8 27.3 132.0) |
| OKLCH | oklch(0.966 0.071 133.4) |
Copy-ready code
/* CSS */
color: #e1ffce;
background-color: #e1ffce;
/* Tailwind (arbitrary) */
class="text-[#e1ffce] bg-[#e1ffce]"
/* SCSS */
$brand: #e1ffce;
/* SwiftUI */
Color(red: 0.882, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#e1ffce")Accessibility — WCAG contrast
Aa
#e1ffce on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1ffce on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green100.0%
Blue80.8%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#e1ffce text on a black background
contrast 19.40:1
Card sample
#e1ffce text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1ffce;
Background color
Panel with #e1ffce background
background-color: #e1ffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1ffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1ffce; background: linear-gradient(135deg, #e1ffce, #CEFFDC);