#ebff97
a light, electric green · cool · closest name: khaki
RGB
235, 255, 151
HSL
72°, 100%, 80%
CMYK
8, 0, 41, 0
Luminance
0.9142
Every format
| HEX | #ebff97 |
| RGB | rgb(235, 255, 151) |
| HSL | hsl(72, 100%, 80%) |
| CMYK | cmyk(8%, 0%, 41%, 0%) |
| LAB | lab(96.6 -22.0 47.5) |
| LCH | lch(96.6 52.3 114.9) |
| OKLCH | oklch(0.963 0.130 117.8) |
Copy-ready code
/* CSS */
color: #ebff97;
background-color: #ebff97;
/* Tailwind (arbitrary) */
class="text-[#ebff97] bg-[#ebff97]"
/* SCSS */
$brand: #ebff97;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.592)
/* Android */
Color.parseColor("#ebff97")Accessibility — WCAG contrast
Aa
#ebff97 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff97 on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue59.2%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow40.8%
Key (black)0.0%
Color previews
#ebff97 text on a black background
contrast 19.28:1
Card sample
#ebff97 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff97;
Background color
Panel with #ebff97 background
background-color: #ebff97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff97; background: linear-gradient(135deg, #ebff97, #A6FF97);