#eefec4
a pale, electric green · cool · closest name: beige
RGB
238, 254, 196
HSL
77°, 97%, 88%
CMYK
6, 0, 23, 0
Luminance
0.9305
Every format
| HEX | #eefec4 |
| RGB | rgb(238, 254, 196) |
| HSL | hsl(77, 97%, 88%) |
| CMYK | cmyk(6%, 0%, 23%, 0%) |
| LAB | lab(97.3 -14.7 26.1) |
| LCH | lch(97.3 29.9 119.5) |
| OKLCH | oklch(0.971 0.077 120.4) |
Copy-ready code
/* CSS */
color: #eefec4;
background-color: #eefec4;
/* Tailwind (arbitrary) */
class="text-[#eefec4] bg-[#eefec4]"
/* SCSS */
$brand: #eefec4;
/* SwiftUI */
Color(red: 0.933, green: 0.996, blue: 0.769)
/* Android */
Color.parseColor("#eefec4")Accessibility — WCAG contrast
Aa
#eefec4 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefec4 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.6%
Blue76.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow22.8%
Key (black)0.4%
Color previews
#eefec4 text on a black background
contrast 19.61:1
Card sample
#eefec4 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefec4;
Background color
Panel with #eefec4 background
background-color: #eefec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 254, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 254, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefec4; background: linear-gradient(135deg, #eefec4, #C7FEC4);