#ebfcd4
a pale, electric green · cool · closest name: beige
RGB
235, 252, 212
HSL
86°, 87%, 91%
CMYK
7, 0, 16, 1
Luminance
0.9204
Every format
| HEX | #ebfcd4 |
| RGB | rgb(235, 252, 212) |
| HSL | hsl(86, 87%, 91%) |
| CMYK | cmyk(7%, 0%, 16%, 1%) |
| LAB | lab(96.8 -12.4 17.3) |
| LCH | lch(96.8 21.3 125.6) |
| OKLCH | oklch(0.968 0.055 126.2) |
Copy-ready code
/* CSS */
color: #ebfcd4;
background-color: #ebfcd4;
/* Tailwind (arbitrary) */
class="text-[#ebfcd4] bg-[#ebfcd4]"
/* SCSS */
$brand: #ebfcd4;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.831)
/* Android */
Color.parseColor("#ebfcd4")Accessibility — WCAG contrast
Aa
#ebfcd4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcd4 on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue83.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow15.9%
Key (black)1.2%
Color previews
#ebfcd4 text on a black background
contrast 19.41:1
Card sample
#ebfcd4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcd4;
Background color
Panel with #ebfcd4 background
background-color: #ebfcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcd4; background: linear-gradient(135deg, #ebfcd4, #D4FCD8);