#ebfdf3
a pale, electric green · cool · closest name: ivory
RGB
235, 253, 243
HSL
147°, 82%, 96%
CMYK
7, 0, 4, 1
Luminance
0.9438
Every format
| HEX | #ebfdf3 |
| RGB | rgb(235, 253, 243) |
| HSL | hsl(147, 82%, 96%) |
| CMYK | cmyk(7%, 0%, 4%, 1%) |
| LAB | lab(97.8 -7.7 2.8) |
| LCH | lch(97.8 8.2 160.2) |
| OKLCH | oklch(0.978 0.023 161.8) |
Copy-ready code
/* CSS */
color: #ebfdf3;
background-color: #ebfdf3;
/* Tailwind (arbitrary) */
class="text-[#ebfdf3] bg-[#ebfdf3]"
/* SCSS */
$brand: #ebfdf3;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.953)
/* Android */
Color.parseColor("#ebfdf3")Accessibility — WCAG contrast
Aa
#ebfdf3 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfdf3 on black: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue95.3%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow4.0%
Key (black)0.8%
Color previews
#ebfdf3 text on a black background
contrast 19.88:1
Card sample
#ebfdf3 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfdf3;
Background color
Panel with #ebfdf3 background
background-color: #ebfdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfdf3; background: linear-gradient(135deg, #ebfdf3, #EBFBFD);