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