#ebfd91
a light, electric green · cool · closest name: khaki
RGB
235, 253, 145
HSL
70°, 96%, 78%
CMYK
7, 0, 43, 1
Luminance
0.8996
Every format
| HEX | #ebfd91 |
| RGB | rgb(235, 253, 145) |
| HSL | hsl(70, 96%, 78%) |
| CMYK | cmyk(7%, 0%, 43%, 1%) |
| LAB | lab(96.0 -21.7 49.6) |
| LCH | lch(96.0 54.1 113.6) |
| OKLCH | oklch(0.958 0.134 116.8) |
Copy-ready code
/* CSS */
color: #ebfd91;
background-color: #ebfd91;
/* Tailwind (arbitrary) */
class="text-[#ebfd91] bg-[#ebfd91]"
/* SCSS */
$brand: #ebfd91;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.569)
/* Android */
Color.parseColor("#ebfd91")Accessibility — WCAG contrast
Aa
#ebfd91 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd91 on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue56.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow42.7%
Key (black)0.8%
Color previews
#ebfd91 text on a black background
contrast 18.99:1
Card sample
#ebfd91 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd91;
Background color
Panel with #ebfd91 background
background-color: #ebfd91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd91; background: linear-gradient(135deg, #ebfd91, #A3FD91);