#e6f7ac
a light, electric green · cool · closest name: khaki
RGB
230, 247, 172
HSL
74°, 82%, 82%
CMYK
7, 0, 30, 3
Luminance
0.8632
Every format
| HEX | #e6f7ac |
| RGB | rgb(230, 247, 172) |
| HSL | hsl(74, 82%, 82%) |
| CMYK | cmyk(7%, 0%, 30%, 3%) |
| LAB | lab(94.5 -17.5 34.3) |
| LCH | lch(94.5 38.5 117.0) |
| OKLCH | oklch(0.946 0.098 118.7) |
Copy-ready code
/* CSS */
color: #e6f7ac;
background-color: #e6f7ac;
/* Tailwind (arbitrary) */
class="text-[#e6f7ac] bg-[#e6f7ac]"
/* SCSS */
$brand: #e6f7ac;
/* SwiftUI */
Color(red: 0.902, green: 0.969, blue: 0.675)
/* Android */
Color.parseColor("#e6f7ac")Accessibility — WCAG contrast
Aa
#e6f7ac on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6f7ac on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green96.9%
Blue67.5%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow30.4%
Key (black)3.1%
Color previews
#e6f7ac text on a black background
contrast 18.26:1
Card sample
#e6f7ac text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6f7ac;
Background color
Panel with #e6f7ac background
background-color: #e6f7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6f7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 247, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 247, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6f7ac; background: linear-gradient(135deg, #e6f7ac, #B4F7AC);