#ebfcd1
a pale, electric green · cool · closest name: beige
RGB
235, 252, 209
HSL
84°, 88%, 90%
CMYK
7, 0, 17, 1
Luminance
0.9189
Every format
| HEX | #ebfcd1 |
| RGB | rgb(235, 252, 209) |
| HSL | hsl(84, 88%, 90%) |
| CMYK | cmyk(7%, 0%, 17%, 1%) |
| LAB | lab(96.8 -12.9 18.8) |
| LCH | lch(96.8 22.7 124.5) |
| OKLCH | oklch(0.968 0.059 125.1) |
Copy-ready code
/* CSS */
color: #ebfcd1;
background-color: #ebfcd1;
/* Tailwind (arbitrary) */
class="text-[#ebfcd1] bg-[#ebfcd1]"
/* SCSS */
$brand: #ebfcd1;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.820)
/* Android */
Color.parseColor("#ebfcd1")Accessibility — WCAG contrast
Aa
#ebfcd1 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcd1 on black: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue82.0%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow17.1%
Key (black)1.2%
Color previews
#ebfcd1 text on a black background
contrast 19.38:1
Card sample
#ebfcd1 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcd1;
Background color
Panel with #ebfcd1 background
background-color: #ebfcd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcd1; background: linear-gradient(135deg, #ebfcd1, #D1FCD4);