#e9ffaf
a light, electric green · cool · closest name: khaki
RGB
233, 255, 175
HSL
77°, 100%, 84%
CMYK
9, 0, 31, 0
Luminance
0.9194
Every format
| HEX | #e9ffaf |
| RGB | rgb(233, 255, 175) |
| HSL | hsl(77, 100%, 84%) |
| CMYK | cmyk(9%, 0%, 31%, 0%) |
| LAB | lab(96.8 -19.9 35.9) |
| LCH | lch(96.8 41.1 118.9) |
| OKLCH | oklch(0.965 0.104 120.9) |
Copy-ready code
/* CSS */
color: #e9ffaf;
background-color: #e9ffaf;
/* Tailwind (arbitrary) */
class="text-[#e9ffaf] bg-[#e9ffaf]"
/* SCSS */
$brand: #e9ffaf;
/* SwiftUI */
Color(red: 0.914, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#e9ffaf")Accessibility — WCAG contrast
Aa
#e9ffaf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ffaf on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green100.0%
Blue68.6%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#e9ffaf text on a black background
contrast 19.39:1
Card sample
#e9ffaf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ffaf;
Background color
Panel with #e9ffaf background
background-color: #e9ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ffaf; background: linear-gradient(135deg, #e9ffaf, #B4FFAF);