#e2f3ba
a light, vivid green · cool · closest name: beige
RGB
226, 243, 186
HSL
78°, 70%, 84%
CMYK
7, 0, 24, 5
Luminance
0.8382
Every format
| HEX | #e2f3ba |
| RGB | rgb(226, 243, 186) |
| HSL | hsl(78, 70%, 84%) |
| CMYK | cmyk(7%, 0%, 24%, 5%) |
| LAB | lab(93.4 -15.1 25.7) |
| LCH | lch(93.4 29.8 120.4) |
| OKLCH | oklch(0.938 0.076 121.4) |
Copy-ready code
/* CSS */
color: #e2f3ba;
background-color: #e2f3ba;
/* Tailwind (arbitrary) */
class="text-[#e2f3ba] bg-[#e2f3ba]"
/* SCSS */
$brand: #e2f3ba;
/* SwiftUI */
Color(red: 0.886, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#e2f3ba")Accessibility — WCAG contrast
Aa
#e2f3ba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2f3ba on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green95.3%
Blue72.9%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#e2f3ba text on a black background
contrast 17.76:1
Card sample
#e2f3ba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2f3ba;
Background color
Panel with #e2f3ba background
background-color: #e2f3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2f3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2f3ba; background: linear-gradient(135deg, #e2f3ba, #BCF3BA);