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