#eefcc2
a pale, electric green · cool · closest name: beige
RGB
238, 252, 194
HSL
75°, 91%, 88%
CMYK
6, 0, 23, 1
Luminance
0.9169
Every format
| HEX | #eefcc2 |
| RGB | rgb(238, 252, 194) |
| HSL | hsl(75, 91%, 88%) |
| CMYK | cmyk(6%, 0%, 23%, 1%) |
| LAB | lab(96.7 -14.1 26.3) |
| LCH | lch(96.7 29.8 118.1) |
| OKLCH | oklch(0.967 0.076 118.9) |
Copy-ready code
/* CSS */
color: #eefcc2;
background-color: #eefcc2;
/* Tailwind (arbitrary) */
class="text-[#eefcc2] bg-[#eefcc2]"
/* SCSS */
$brand: #eefcc2;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#eefcc2")Accessibility — WCAG contrast
Aa
#eefcc2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefcc2 on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue76.1%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#eefcc2 text on a black background
contrast 19.34:1
Card sample
#eefcc2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefcc2;
Background color
Panel with #eefcc2 background
background-color: #eefcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefcc2; background: linear-gradient(135deg, #eefcc2, #C8FCC2);