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