#ebff94
a light, electric green · cool · closest name: khaki
RGB
235, 255, 148
HSL
71°, 100%, 79%
CMYK
8, 0, 42, 0
Luminance
0.9132
Every format
| HEX | #ebff94 |
| RGB | rgb(235, 255, 148) |
| HSL | hsl(71, 100%, 79%) |
| CMYK | cmyk(8%, 0%, 42%, 0%) |
| LAB | lab(96.5 -22.3 48.8) |
| LCH | lch(96.5 53.7 114.6) |
| OKLCH | oklch(0.962 0.134 117.7) |
Copy-ready code
/* CSS */
color: #ebff94;
background-color: #ebff94;
/* Tailwind (arbitrary) */
class="text-[#ebff94] bg-[#ebff94]"
/* SCSS */
$brand: #ebff94;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.580)
/* Android */
Color.parseColor("#ebff94")Accessibility — WCAG contrast
Aa
#ebff94 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff94 on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue58.0%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow42.0%
Key (black)0.0%
Color previews
#ebff94 text on a black background
contrast 19.26:1
Card sample
#ebff94 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff94;
Background color
Panel with #ebff94 background
background-color: #ebff94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff94; background: linear-gradient(135deg, #ebff94, #A4FF94);