#ebffb5
a pale, electric green · cool · closest name: khaki
RGB
235, 255, 181
HSL
76°, 100%, 86%
CMYK
8, 0, 29, 0
Luminance
0.9252
Every format
| HEX | #ebffb5 |
| RGB | rgb(235, 255, 181) |
| HSL | hsl(76, 100%, 86%) |
| CMYK | cmyk(8%, 0%, 29%, 0%) |
| LAB | lab(97.0 -18.4 33.3) |
| LCH | lch(97.0 38.0 118.9) |
| OKLCH | oklch(0.968 0.097 120.5) |
Copy-ready code
/* CSS */
color: #ebffb5;
background-color: #ebffb5;
/* Tailwind (arbitrary) */
class="text-[#ebffb5] bg-[#ebffb5]"
/* SCSS */
$brand: #ebffb5;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.710)
/* Android */
Color.parseColor("#ebffb5")Accessibility — WCAG contrast
Aa
#ebffb5 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffb5 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue71.0%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow29.0%
Key (black)0.0%
Color previews
#ebffb5 text on a black background
contrast 19.50:1
Card sample
#ebffb5 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffb5;
Background color
Panel with #ebffb5 background
background-color: #ebffb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffb5; background: linear-gradient(135deg, #ebffb5, #BAFFB5);