#eefef4
a pale, electric green · cool · closest name: ivory
RGB
238, 254, 244
HSL
143°, 89%, 97%
CMYK
6, 0, 4, 0
Luminance
0.9559
Every format
| HEX | #eefef4 |
| RGB | rgb(238, 254, 244) |
| HSL | hsl(143, 89%, 97%) |
| CMYK | cmyk(6%, 0%, 4%, 0%) |
| LAB | lab(98.3 -7.0 3.0) |
| LCH | lch(98.3 7.6 157.0) |
| OKLCH | oklch(0.983 0.021 158.6) |
Copy-ready code
/* CSS */
color: #eefef4;
background-color: #eefef4;
/* Tailwind (arbitrary) */
class="text-[#eefef4] bg-[#eefef4]"
/* SCSS */
$brand: #eefef4;
/* SwiftUI */
Color(red: 0.933, green: 0.996, blue: 0.957)
/* Android */
Color.parseColor("#eefef4")Accessibility — WCAG contrast
Aa
#eefef4 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefef4 on black: 20.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.6%
Blue95.7%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow3.9%
Key (black)0.4%
Color previews
#eefef4 text on a black background
contrast 20.12:1
Card sample
#eefef4 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefef4;
Background color
Panel with #eefef4 background
background-color: #eefef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 254, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 254, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefef4; background: linear-gradient(135deg, #eefef4, #EEFDFE);