#eefbc9
a pale, electric green · cool · closest name: beige
RGB
238, 251, 201
HSL
76°, 86%, 89%
CMYK
5, 0, 20, 2
Luminance
0.9139
Every format
| HEX | #eefbc9 |
| RGB | rgb(238, 251, 201) |
| HSL | hsl(76, 86%, 89%) |
| CMYK | cmyk(5%, 0%, 20%, 2%) |
| LAB | lab(96.6 -12.5 22.6) |
| LCH | lch(96.6 25.8 119.0) |
| OKLCH | oklch(0.966 0.066 119.5) |
Copy-ready code
/* CSS */
color: #eefbc9;
background-color: #eefbc9;
/* Tailwind (arbitrary) */
class="text-[#eefbc9] bg-[#eefbc9]"
/* SCSS */
$brand: #eefbc9;
/* SwiftUI */
Color(red: 0.933, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#eefbc9")Accessibility — WCAG contrast
Aa
#eefbc9 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefbc9 on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.4%
Blue78.8%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#eefbc9 text on a black background
contrast 19.28:1
Card sample
#eefbc9 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefbc9;
Background color
Panel with #eefbc9 background
background-color: #eefbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefbc9; background: linear-gradient(135deg, #eefbc9, #CDFBC9);