#e1ffba
a pale, electric green · cool · closest name: khaki
RGB
225, 255, 186
HSL
86°, 100%, 87%
CMYK
12, 0, 27, 0
Luminance
0.9107
Every format
| HEX | #e1ffba |
| RGB | rgb(225, 255, 186) |
| HSL | hsl(86, 100%, 87%) |
| CMYK | cmyk(12%, 0%, 27%, 0%) |
| LAB | lab(96.4 -21.2 29.9) |
| LCH | lch(96.4 36.6 125.4) |
| OKLCH | oklch(0.962 0.095 127.2) |
Copy-ready code
/* CSS */
color: #e1ffba;
background-color: #e1ffba;
/* Tailwind (arbitrary) */
class="text-[#e1ffba] bg-[#e1ffba]"
/* SCSS */
$brand: #e1ffba;
/* SwiftUI */
Color(red: 0.882, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#e1ffba")Accessibility — WCAG contrast
Aa
#e1ffba on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1ffba on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green100.0%
Blue72.9%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#e1ffba text on a black background
contrast 19.21:1
Card sample
#e1ffba text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1ffba;
Background color
Panel with #e1ffba background
background-color: #e1ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1ffba; background: linear-gradient(135deg, #e1ffba, #BAFFC1);