#e6f9b3
a light, electric green · cool · closest name: khaki
RGB
230, 249, 179
HSL
76°, 85%, 84%
CMYK
8, 0, 28, 2
Luminance
0.8783
Every format
| HEX | #e6f9b3 |
| RGB | rgb(230, 249, 179) |
| HSL | hsl(76, 85%, 84%) |
| CMYK | cmyk(8%, 0%, 28%, 2%) |
| LAB | lab(95.1 -17.5 31.6) |
| LCH | lch(95.1 36.1 119.0) |
| OKLCH | oklch(0.951 0.092 120.5) |
Copy-ready code
/* CSS */
color: #e6f9b3;
background-color: #e6f9b3;
/* Tailwind (arbitrary) */
class="text-[#e6f9b3] bg-[#e6f9b3]"
/* SCSS */
$brand: #e6f9b3;
/* SwiftUI */
Color(red: 0.902, green: 0.976, blue: 0.702)
/* Android */
Color.parseColor("#e6f9b3")Accessibility — WCAG contrast
Aa
#e6f9b3 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6f9b3 on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green97.6%
Blue70.2%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow28.1%
Key (black)2.4%
Color previews
#e6f9b3 text on a black background
contrast 18.57:1
Card sample
#e6f9b3 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6f9b3;
Background color
Panel with #e6f9b3 background
background-color: #e6f9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6f9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 249, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 249, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6f9b3; background: linear-gradient(135deg, #e6f9b3, #B7F9B3);