#e3f6af
a light, electric green · cool · closest name: khaki
RGB
227, 246, 175
HSL
76°, 80%, 83%
CMYK
8, 0, 29, 4
Luminance
0.8534
Every format
| HEX | #e3f6af |
| RGB | rgb(227, 246, 175) |
| HSL | hsl(76, 80%, 83%) |
| CMYK | cmyk(8%, 0%, 29%, 4%) |
| LAB | lab(94.0 -17.7 32.2) |
| LCH | lch(94.0 36.7 118.8) |
| OKLCH | oklch(0.942 0.093 120.4) |
Copy-ready code
/* CSS */
color: #e3f6af;
background-color: #e3f6af;
/* Tailwind (arbitrary) */
class="text-[#e3f6af] bg-[#e3f6af]"
/* SCSS */
$brand: #e3f6af;
/* SwiftUI */
Color(red: 0.890, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#e3f6af")Accessibility — WCAG contrast
Aa
#e3f6af on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3f6af on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green96.5%
Blue68.6%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#e3f6af text on a black background
contrast 18.07:1
Card sample
#e3f6af text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3f6af;
Background color
Panel with #e3f6af background
background-color: #e3f6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3f6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3f6af; background: linear-gradient(135deg, #e3f6af, #B3F6AF);