#ebffeb
a pale, electric green · cool · closest name: ivory
RGB
235, 255, 235
HSL
120°, 100%, 96%
CMYK
8, 0, 8, 0
Luminance
0.9518
Every format
| HEX | #ebffeb |
| RGB | rgb(235, 255, 235) |
| HSL | hsl(120, 100%, 96%) |
| CMYK | cmyk(8%, 0%, 8%, 0%) |
| LAB | lab(98.1 -10.1 7.3) |
| LCH | lch(98.1 12.5 144.0) |
| OKLCH | oklch(0.980 0.034 145.3) |
Copy-ready code
/* CSS */
color: #ebffeb;
background-color: #ebffeb;
/* Tailwind (arbitrary) */
class="text-[#ebffeb] bg-[#ebffeb]"
/* SCSS */
$brand: #ebffeb;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#ebffeb")Accessibility — WCAG contrast
Aa
#ebffeb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffeb on black: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue92.2%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ebffeb text on a black background
contrast 20.04:1
Card sample
#ebffeb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffeb;
Background color
Panel with #ebffeb background
background-color: #ebffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffeb; background: linear-gradient(135deg, #ebffeb, #EBFFF8);