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