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