#ebff87
a light, electric green · cool · closest name: khaki
RGB
235, 255, 135
HSL
70°, 100%, 77%
CMYK
8, 0, 47, 0
Luminance
0.9093
Every format
| HEX | #ebff87 |
| RGB | rgb(235, 255, 135) |
| HSL | hsl(70, 100%, 77%) |
| CMYK | cmyk(8%, 0%, 47%, 0%) |
| LAB | lab(96.4 -23.6 54.8) |
| LCH | lch(96.4 59.6 113.3) |
| OKLCH | oklch(0.961 0.147 117.0) |
Copy-ready code
/* CSS */
color: #ebff87;
background-color: #ebff87;
/* Tailwind (arbitrary) */
class="text-[#ebff87] bg-[#ebff87]"
/* SCSS */
$brand: #ebff87;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.529)
/* Android */
Color.parseColor("#ebff87")Accessibility — WCAG contrast
Aa
#ebff87 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff87 on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue52.9%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow47.1%
Key (black)0.0%
Color previews
#ebff87 text on a black background
contrast 19.19:1
Card sample
#ebff87 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff87;
Background color
Panel with #ebff87 background
background-color: #ebff87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff87; background: linear-gradient(135deg, #ebff87, #9BFF87);