#ebfcd9
a pale, electric green · cool · closest name: beige
RGB
235, 252, 217
HSL
89°, 85%, 92%
CMYK
7, 0, 14, 1
Luminance
0.9229
Every format
| HEX | #ebfcd9 |
| RGB | rgb(235, 252, 217) |
| HSL | hsl(89, 85%, 92%) |
| CMYK | cmyk(7%, 0%, 14%, 1%) |
| LAB | lab(96.9 -11.6 14.9) |
| LCH | lch(96.9 18.9 127.9) |
| OKLCH | oklch(0.969 0.049 128.5) |
Copy-ready code
/* CSS */
color: #ebfcd9;
background-color: #ebfcd9;
/* Tailwind (arbitrary) */
class="text-[#ebfcd9] bg-[#ebfcd9]"
/* SCSS */
$brand: #ebfcd9;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.851)
/* Android */
Color.parseColor("#ebfcd9")Accessibility — WCAG contrast
Aa
#ebfcd9 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcd9 on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue85.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow13.9%
Key (black)1.2%
Color previews
#ebfcd9 text on a black background
contrast 19.46:1
Card sample
#ebfcd9 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcd9;
Background color
Panel with #ebfcd9 background
background-color: #ebfcd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcd9; background: linear-gradient(135deg, #ebfcd9, #D9FCDE);