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