#ebfdec
a pale, electric green · cool · closest name: ivory
RGB
235, 253, 236
HSL
123°, 82%, 96%
CMYK
7, 0, 7, 1
Luminance
0.9397
Every format
| HEX | #ebfdec |
| RGB | rgb(235, 253, 236) |
| HSL | hsl(123, 82%, 96%) |
| CMYK | cmyk(7%, 0%, 7%, 1%) |
| LAB | lab(97.6 -8.9 6.1) |
| LCH | lch(97.6 10.8 145.5) |
| OKLCH | oklch(0.976 0.029 146.9) |
Copy-ready code
/* CSS */
color: #ebfdec;
background-color: #ebfdec;
/* Tailwind (arbitrary) */
class="text-[#ebfdec] bg-[#ebfdec]"
/* SCSS */
$brand: #ebfdec;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#ebfdec")Accessibility — WCAG contrast
Aa
#ebfdec on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfdec on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue92.5%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#ebfdec text on a black background
contrast 19.79:1
Card sample
#ebfdec text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfdec;
Background color
Panel with #ebfdec background
background-color: #ebfdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfdec; background: linear-gradient(135deg, #ebfdec, #EBFDF8);