#ebfea1
a light, electric green · cool · closest name: khaki
RGB
235, 254, 161
HSL
72°, 98%, 81%
CMYK
8, 0, 37, 0
Luminance
0.9112
Every format
| HEX | #ebfea1 |
| RGB | rgb(235, 254, 161) |
| HSL | hsl(72, 98%, 81%) |
| CMYK | cmyk(8%, 0%, 37%, 0%) |
| LAB | lab(96.5 -20.4 42.4) |
| LCH | lch(96.5 47.1 115.7) |
| OKLCH | oklch(0.962 0.118 118.1) |
Copy-ready code
/* CSS */
color: #ebfea1;
background-color: #ebfea1;
/* Tailwind (arbitrary) */
class="text-[#ebfea1] bg-[#ebfea1]"
/* SCSS */
$brand: #ebfea1;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.631)
/* Android */
Color.parseColor("#ebfea1")Accessibility — WCAG contrast
Aa
#ebfea1 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfea1 on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue63.1%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow36.6%
Key (black)0.4%
Color previews
#ebfea1 text on a black background
contrast 19.22:1
Card sample
#ebfea1 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfea1;
Background color
Panel with #ebfea1 background
background-color: #ebfea1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfea1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfea1; background: linear-gradient(135deg, #ebfea1, #ADFEA1);