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