#ebffe4
a pale, electric green · cool · closest name: beige
RGB
235, 255, 228
HSL
104°, 100%, 95%
CMYK
8, 0, 11, 0
Luminance
0.9478
Every format
| HEX | #ebffe4 |
| RGB | rgb(235, 255, 228) |
| HSL | hsl(104, 100%, 95%) |
| CMYK | cmyk(8%, 0%, 11%, 0%) |
| LAB | lab(98.0 -11.3 10.7) |
| LCH | lch(98.0 15.5 136.5) |
| OKLCH | oklch(0.978 0.041 137.5) |
Copy-ready code
/* CSS */
color: #ebffe4;
background-color: #ebffe4;
/* Tailwind (arbitrary) */
class="text-[#ebffe4] bg-[#ebffe4]"
/* SCSS */
$brand: #ebffe4;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.894)
/* Android */
Color.parseColor("#ebffe4")Accessibility — WCAG contrast
Aa
#ebffe4 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffe4 on black: 19.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue89.4%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow10.6%
Key (black)0.0%
Color previews
#ebffe4 text on a black background
contrast 19.96:1
Card sample
#ebffe4 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffe4;
Background color
Panel with #ebffe4 background
background-color: #ebffe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffe4; background: linear-gradient(135deg, #ebffe4, #E4FFEF);