#ebfce1
a pale, electric green · cool · closest name: beige
RGB
235, 252, 225
HSL
98°, 82%, 94%
CMYK
7, 0, 11, 1
Luminance
0.9272
Every format
| HEX | #ebfce1 |
| RGB | rgb(235, 252, 225) |
| HSL | hsl(98, 82%, 94%) |
| CMYK | cmyk(7%, 0%, 11%, 1%) |
| LAB | lab(97.1 -10.3 11.0) |
| LCH | lch(97.1 15.1 133.0) |
| OKLCH | oklch(0.971 0.040 133.7) |
Copy-ready code
/* CSS */
color: #ebfce1;
background-color: #ebfce1;
/* Tailwind (arbitrary) */
class="text-[#ebfce1] bg-[#ebfce1]"
/* SCSS */
$brand: #ebfce1;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.882)
/* Android */
Color.parseColor("#ebfce1")Accessibility — WCAG contrast
Aa
#ebfce1 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfce1 on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue88.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow10.7%
Key (black)1.2%
Color previews
#ebfce1 text on a black background
contrast 19.54:1
Card sample
#ebfce1 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfce1;
Background color
Panel with #ebfce1 background
background-color: #ebfce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfce1; background: linear-gradient(135deg, #ebfce1, #E1FCE9);