#e2f5ba
a light, vivid green · cool · closest name: beige
RGB
226, 245, 186
HSL
79°, 75%, 85%
CMYK
8, 0, 24, 4
Luminance
0.8502
Every format
| HEX | #e2f5ba |
| RGB | rgb(226, 245, 186) |
| HSL | hsl(79, 75%, 85%) |
| CMYK | cmyk(8%, 0%, 24%, 4%) |
| LAB | lab(93.9 -16.0 26.4) |
| LCH | lch(93.9 30.9 121.3) |
| OKLCH | oklch(0.942 0.079 122.4) |
Copy-ready code
/* CSS */
color: #e2f5ba;
background-color: #e2f5ba;
/* Tailwind (arbitrary) */
class="text-[#e2f5ba] bg-[#e2f5ba]"
/* SCSS */
$brand: #e2f5ba;
/* SwiftUI */
Color(red: 0.886, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#e2f5ba")Accessibility — WCAG contrast
Aa
#e2f5ba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f5ba on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green96.1%
Blue72.9%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#e2f5ba text on a black background
contrast 18.00:1
Card sample
#e2f5ba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f5ba;
Background color
Panel with #e2f5ba background
background-color: #e2f5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f5ba; background: linear-gradient(135deg, #e2f5ba, #BBF5BA);