#eeffd4
a pale, electric green · cool · closest name: beige
RGB
238, 255, 212
HSL
84°, 100%, 92%
CMYK
7, 0, 17, 0
Luminance
0.9445
Every format
| HEX | #eeffd4 |
| RGB | rgb(238, 255, 212) |
| HSL | hsl(84, 100%, 92%) |
| CMYK | cmyk(7%, 0%, 17%, 0%) |
| LAB | lab(97.8 -12.8 18.7) |
| LCH | lch(97.8 22.7 124.5) |
| OKLCH | oklch(0.977 0.059 125.0) |
Copy-ready code
/* CSS */
color: #eeffd4;
background-color: #eeffd4;
/* Tailwind (arbitrary) */
class="text-[#eeffd4] bg-[#eeffd4]"
/* SCSS */
$brand: #eeffd4;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.831)
/* Android */
Color.parseColor("#eeffd4")Accessibility — WCAG contrast
Aa
#eeffd4 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffd4 on black: 19.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue83.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow16.9%
Key (black)0.0%
Color previews
#eeffd4 text on a black background
contrast 19.89:1
Card sample
#eeffd4 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffd4;
Background color
Panel with #eeffd4 background
background-color: #eeffd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffd4; background: linear-gradient(135deg, #eeffd4, #D4FFD7);