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