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