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