#eeffee
a pale, electric green · cool · closest name: ivory
RGB
238, 255, 238
HSL
120°, 100%, 97%
CMYK
7, 0, 7, 0
Luminance
0.9587
Every format
| HEX | #eeffee |
| RGB | rgb(238, 255, 238) |
| HSL | hsl(120, 100%, 97%) |
| CMYK | cmyk(7%, 0%, 7%, 0%) |
| LAB | lab(98.4 -8.6 6.2) |
| LCH | lch(98.4 10.6 144.0) |
| OKLCH | oklch(0.983 0.029 145.4) |
Copy-ready code
/* CSS */
color: #eeffee;
background-color: #eeffee;
/* Tailwind (arbitrary) */
class="text-[#eeffee] bg-[#eeffee]"
/* SCSS */
$brand: #eeffee;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#eeffee")Accessibility — WCAG contrast
Aa
#eeffee on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffee on black: 20.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue93.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#eeffee text on a black background
contrast 20.17:1
Card sample
#eeffee text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffee;
Background color
Panel with #eeffee background
background-color: #eeffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffee; background: linear-gradient(135deg, #eeffee, #EEFFF9);