#ebfce4
a pale, electric green · cool · closest name: beige
RGB
235, 252, 228
HSL
103°, 80%, 94%
CMYK
7, 0, 10, 1
Luminance
0.9288
Every format
| HEX | #ebfce4 |
| RGB | rgb(235, 252, 228) |
| HSL | hsl(103, 80%, 94%) |
| CMYK | cmyk(7%, 0%, 10%, 1%) |
| LAB | lab(97.2 -9.8 9.6) |
| LCH | lch(97.2 13.7 135.6) |
| OKLCH | oklch(0.972 0.036 136.4) |
Copy-ready code
/* CSS */
color: #ebfce4;
background-color: #ebfce4;
/* Tailwind (arbitrary) */
class="text-[#ebfce4] bg-[#ebfce4]"
/* SCSS */
$brand: #ebfce4;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.894)
/* Android */
Color.parseColor("#ebfce4")Accessibility — WCAG contrast
Aa
#ebfce4 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfce4 on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue89.4%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow9.5%
Key (black)1.2%
Color previews
#ebfce4 text on a black background
contrast 19.58:1
Card sample
#ebfce4 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfce4;
Background color
Panel with #ebfce4 background
background-color: #ebfce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfce4; background: linear-gradient(135deg, #ebfce4, #E4FCED);