#eefac2
a pale, electric green · cool · closest name: beige
RGB
238, 250, 194
HSL
73°, 85%, 87%
CMYK
5, 0, 22, 2
Luminance
0.9044
Every format
| HEX | #eefac2 |
| RGB | rgb(238, 250, 194) |
| HSL | hsl(73, 85%, 87%) |
| CMYK | cmyk(5%, 0%, 22%, 2%) |
| LAB | lab(96.2 -13.1 25.6) |
| LCH | lch(96.2 28.8 117.0) |
| OKLCH | oklch(0.962 0.073 117.6) |
Copy-ready code
/* CSS */
color: #eefac2;
background-color: #eefac2;
/* Tailwind (arbitrary) */
class="text-[#eefac2] bg-[#eefac2]"
/* SCSS */
$brand: #eefac2;
/* SwiftUI */
Color(red: 0.933, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#eefac2")Accessibility — WCAG contrast
Aa
#eefac2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefac2 on black: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.0%
Blue76.1%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#eefac2 text on a black background
contrast 19.09:1
Card sample
#eefac2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefac2;
Background color
Panel with #eefac2 background
background-color: #eefac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefac2; background: linear-gradient(135deg, #eefac2, #C9FAC2);