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