#e6ffae
a light, electric green · cool · closest name: khaki
RGB
230, 255, 174
HSL
79°, 100%, 84%
CMYK
10, 0, 32, 0
Luminance
0.9140
Every format
| HEX | #e6ffae |
| RGB | rgb(230, 255, 174) |
| HSL | hsl(79, 100%, 84%) |
| CMYK | cmyk(10%, 0%, 32%, 0%) |
| LAB | lab(96.6 -21.1 36.1) |
| LCH | lch(96.6 41.8 120.3) |
| OKLCH | oklch(0.963 0.106 122.3) |
Copy-ready code
/* CSS */
color: #e6ffae;
background-color: #e6ffae;
/* Tailwind (arbitrary) */
class="text-[#e6ffae] bg-[#e6ffae]"
/* SCSS */
$brand: #e6ffae;
/* SwiftUI */
Color(red: 0.902, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#e6ffae")Accessibility — WCAG contrast
Aa
#e6ffae on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ffae on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green100.0%
Blue68.2%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#e6ffae text on a black background
contrast 19.28:1
Card sample
#e6ffae text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ffae;
Background color
Panel with #e6ffae background
background-color: #e6ffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ffae; background: linear-gradient(135deg, #e6ffae, #B0FFAE);