#eeffdf
a pale, electric green · cool · closest name: beige
RGB
238, 255, 223
HSL
92°, 100%, 94%
CMYK
7, 0, 13, 0
Luminance
0.9502
Every format
| HEX | #eeffdf |
| RGB | rgb(238, 255, 223) |
| HSL | hsl(92, 100%, 94%) |
| CMYK | cmyk(7%, 0%, 13%, 0%) |
| LAB | lab(98.0 -11.1 13.4) |
| LCH | lch(98.0 17.4 129.6) |
| OKLCH | oklch(0.979 0.045 130.2) |
Copy-ready code
/* CSS */
color: #eeffdf;
background-color: #eeffdf;
/* Tailwind (arbitrary) */
class="text-[#eeffdf] bg-[#eeffdf]"
/* SCSS */
$brand: #eeffdf;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#eeffdf")Accessibility — WCAG contrast
Aa
#eeffdf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffdf on black: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue87.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#eeffdf text on a black background
contrast 20.00:1
Card sample
#eeffdf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffdf;
Background color
Panel with #eeffdf background
background-color: #eeffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffdf; background: linear-gradient(135deg, #eeffdf, #DFFFE5);