#ebfdee
a pale, electric green · cool · closest name: ivory
RGB
235, 253, 238
HSL
130°, 82%, 96%
CMYK
7, 0, 6, 1
Luminance
0.9409
Every format
| HEX | #ebfdee |
| RGB | rgb(235, 253, 238) |
| HSL | hsl(130, 82%, 96%) |
| CMYK | cmyk(7%, 0%, 6%, 1%) |
| LAB | lab(97.7 -8.6 5.2) |
| LCH | lch(97.7 10.0 148.9) |
| OKLCH | oklch(0.977 0.027 150.4) |
Copy-ready code
/* CSS */
color: #ebfdee;
background-color: #ebfdee;
/* Tailwind (arbitrary) */
class="text-[#ebfdee] bg-[#ebfdee]"
/* SCSS */
$brand: #ebfdee;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#ebfdee")Accessibility — WCAG contrast
Aa
#ebfdee on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfdee on black: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue93.3%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#ebfdee text on a black background
contrast 19.82:1
Card sample
#ebfdee text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfdee;
Background color
Panel with #ebfdee background
background-color: #ebfdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfdee; background: linear-gradient(135deg, #ebfdee, #EBFDFA);