#ebffec
a pale, electric green · cool · closest name: ivory
RGB
235, 255, 236
HSL
123°, 100%, 96%
CMYK
8, 0, 8, 0
Luminance
0.9524
Every format
| HEX | #ebffec |
| RGB | rgb(235, 255, 236) |
| HSL | hsl(123, 100%, 96%) |
| CMYK | cmyk(8%, 0%, 8%, 0%) |
| LAB | lab(98.1 -9.9 6.8) |
| LCH | lch(98.1 12.1 145.3) |
| OKLCH | oklch(0.980 0.033 146.7) |
Copy-ready code
/* CSS */
color: #ebffec;
background-color: #ebffec;
/* Tailwind (arbitrary) */
class="text-[#ebffec] bg-[#ebffec]"
/* SCSS */
$brand: #ebffec;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.925)
/* Android */
Color.parseColor("#ebffec")Accessibility — WCAG contrast
Aa
#ebffec on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffec on black: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue92.5%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow7.5%
Key (black)0.0%
Color previews
#ebffec text on a black background
contrast 20.05:1
Card sample
#ebffec text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffec;
Background color
Panel with #ebffec background
background-color: #ebffec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffec; background: linear-gradient(135deg, #ebffec, #EBFFF9);