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