#eef9c8
a pale, electric green · cool · closest name: beige
RGB
238, 249, 200
HSL
74°, 80%, 88%
CMYK
4, 0, 20, 2
Luminance
0.9010
Every format
| HEX | #eef9c8 |
| RGB | rgb(238, 249, 200) |
| HSL | hsl(74, 80%, 88%) |
| CMYK | cmyk(4%, 0%, 20%, 2%) |
| LAB | lab(96.0 -11.7 22.4) |
| LCH | lch(96.0 25.2 117.6) |
| OKLCH | oklch(0.962 0.065 117.9) |
Copy-ready code
/* CSS */
color: #eef9c8;
background-color: #eef9c8;
/* Tailwind (arbitrary) */
class="text-[#eef9c8] bg-[#eef9c8]"
/* SCSS */
$brand: #eef9c8;
/* SwiftUI */
Color(red: 0.933, green: 0.976, blue: 0.784)
/* Android */
Color.parseColor("#eef9c8")Accessibility — WCAG contrast
Aa
#eef9c8 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef9c8 on black: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.6%
Blue78.4%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow19.7%
Key (black)2.4%
Color previews
#eef9c8 text on a black background
contrast 19.02:1
Card sample
#eef9c8 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef9c8;
Background color
Panel with #eef9c8 background
background-color: #eef9c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef9c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 249, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 249, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef9c8; background: linear-gradient(135deg, #eef9c8, #CDF9C8);