#ebffb9
a pale, electric green · cool · closest name: khaki
RGB
235, 255, 185
HSL
77°, 100%, 86%
CMYK
8, 0, 28, 0
Luminance
0.9268
Every format
| HEX | #ebffb9 |
| RGB | rgb(235, 255, 185) |
| HSL | hsl(77, 100%, 86%) |
| CMYK | cmyk(8%, 0%, 28%, 0%) |
| LAB | lab(97.1 -17.8 31.4) |
| LCH | lch(97.1 36.1 119.6) |
| OKLCH | oklch(0.969 0.092 121.1) |
Copy-ready code
/* CSS */
color: #ebffb9;
background-color: #ebffb9;
/* Tailwind (arbitrary) */
class="text-[#ebffb9] bg-[#ebffb9]"
/* SCSS */
$brand: #ebffb9;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.725)
/* Android */
Color.parseColor("#ebffb9")Accessibility — WCAG contrast
Aa
#ebffb9 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffb9 on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue72.5%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow27.5%
Key (black)0.0%
Color previews
#ebffb9 text on a black background
contrast 19.54:1
Card sample
#ebffb9 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffb9;
Background color
Panel with #ebffb9 background
background-color: #ebffb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffb9; background: linear-gradient(135deg, #ebffb9, #BDFFB9);