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