#ebffdf
a pale, electric green · cool · closest name: beige
RGB
235, 255, 223
HSL
98°, 100%, 94%
CMYK
8, 0, 13, 0
Luminance
0.9451
Every format
| HEX | #ebffdf |
| RGB | rgb(235, 255, 223) |
| HSL | hsl(98, 100%, 94%) |
| CMYK | cmyk(8%, 0%, 13%, 0%) |
| LAB | lab(97.8 -12.1 13.1) |
| LCH | lch(97.8 17.8 132.8) |
| OKLCH | oklch(0.977 0.047 133.6) |
Copy-ready code
/* CSS */
color: #ebffdf;
background-color: #ebffdf;
/* Tailwind (arbitrary) */
class="text-[#ebffdf] bg-[#ebffdf]"
/* SCSS */
$brand: #ebffdf;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#ebffdf")Accessibility — WCAG contrast
Aa
#ebffdf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffdf on black: 19.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue87.5%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ebffdf text on a black background
contrast 19.90:1
Card sample
#ebffdf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffdf;
Background color
Panel with #ebffdf background
background-color: #ebffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffdf; background: linear-gradient(135deg, #ebffdf, #DFFFE8);