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