#e1fbdf
a pale, electric green · cool · closest name: beige
RGB
225, 251, 223
HSL
116°, 78%, 93%
CMYK
10, 0, 11, 2
Luminance
0.9033
Every format
| HEX | #e1fbdf |
| RGB | rgb(225, 251, 223) |
| HSL | hsl(116, 78%, 93%) |
| CMYK | cmyk(10%, 0%, 11%, 2%) |
| LAB | lab(96.1 -13.5 10.6) |
| LCH | lch(96.1 17.1 141.9) |
| OKLCH | oklch(0.962 0.046 143.2) |
Copy-ready code
/* CSS */
color: #e1fbdf;
background-color: #e1fbdf;
/* Tailwind (arbitrary) */
class="text-[#e1fbdf] bg-[#e1fbdf]"
/* SCSS */
$brand: #e1fbdf;
/* SwiftUI */
Color(red: 0.882, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#e1fbdf")Accessibility — WCAG contrast
Aa
#e1fbdf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1fbdf on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green98.4%
Blue87.5%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#e1fbdf text on a black background
contrast 19.07:1
Card sample
#e1fbdf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1fbdf;
Background color
Panel with #e1fbdf background
background-color: #e1fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1fbdf; background: linear-gradient(135deg, #e1fbdf, #DFFBF0);