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