#eefef2
a pale, electric green · cool · closest name: ivory
RGB
238, 254, 242
HSL
135°, 89%, 97%
CMYK
6, 0, 5, 0
Luminance
0.9547
Every format
| HEX | #eefef2 |
| RGB | rgb(238, 254, 242) |
| HSL | hsl(135, 89%, 97%) |
| CMYK | cmyk(6%, 0%, 5%, 0%) |
| LAB | lab(98.2 -7.4 3.9) |
| LCH | lch(98.2 8.3 151.9) |
| OKLCH | oklch(0.982 0.023 153.5) |
Copy-ready code
/* CSS */
color: #eefef2;
background-color: #eefef2;
/* Tailwind (arbitrary) */
class="text-[#eefef2] bg-[#eefef2]"
/* SCSS */
$brand: #eefef2;
/* SwiftUI */
Color(red: 0.933, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#eefef2")Accessibility — WCAG contrast
Aa
#eefef2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefef2 on black: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.6%
Blue94.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#eefef2 text on a black background
contrast 20.09:1
Card sample
#eefef2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefef2;
Background color
Panel with #eefef2 background
background-color: #eefef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefef2; background: linear-gradient(135deg, #eefef2, #EEFEFD);