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