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