#ebffee
a pale, electric green · cool · closest name: ivory
RGB
235, 255, 238
HSL
129°, 100%, 96%
CMYK
8, 0, 7, 0
Luminance
0.9536
Every format
| HEX | #ebffee |
| RGB | rgb(235, 255, 238) |
| HSL | hsl(129, 100%, 96%) |
| CMYK | cmyk(8%, 0%, 7%, 0%) |
| LAB | lab(98.2 -9.6 5.9) |
| LCH | lch(98.2 11.2 148.4) |
| OKLCH | oklch(0.981 0.031 149.8) |
Copy-ready code
/* CSS */
color: #ebffee;
background-color: #ebffee;
/* Tailwind (arbitrary) */
class="text-[#ebffee] bg-[#ebffee]"
/* SCSS */
$brand: #ebffee;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#ebffee")Accessibility — WCAG contrast
Aa
#ebffee on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffee on black: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue93.3%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#ebffee text on a black background
contrast 20.07:1
Card sample
#ebffee text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffee;
Background color
Panel with #ebffee background
background-color: #ebffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffee; background: linear-gradient(135deg, #ebffee, #EBFFFB);