#eafeee
a pale, electric green · cool · closest name: ivory
RGB
234, 254, 238
HSL
132°, 91%, 96%
CMYK
8, 0, 6, 0
Luminance
0.9455
Every format
| HEX | #eafeee |
| RGB | rgb(234, 254, 238) |
| HSL | hsl(132, 91%, 96%) |
| CMYK | cmyk(8%, 0%, 6%, 0%) |
| LAB | lab(97.8 -9.4 5.4) |
| LCH | lch(97.8 10.8 150.0) |
| OKLCH | oklch(0.978 0.030 151.5) |
Copy-ready code
/* CSS */
color: #eafeee;
background-color: #eafeee;
/* Tailwind (arbitrary) */
class="text-[#eafeee] bg-[#eafeee]"
/* SCSS */
$brand: #eafeee;
/* SwiftUI */
Color(red: 0.918, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#eafeee")Accessibility — WCAG contrast
Aa
#eafeee on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafeee on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.6%
Blue93.3%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#eafeee text on a black background
contrast 19.91:1
Card sample
#eafeee text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafeee;
Background color
Panel with #eafeee background
background-color: #eafeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafeee; background: linear-gradient(135deg, #eafeee, #EAFEFB);