#eefbc2
a pale, electric green · cool · closest name: beige
RGB
238, 251, 194
HSL
74°, 88%, 87%
CMYK
5, 0, 23, 2
Luminance
0.9107
Every format
| HEX | #eefbc2 |
| RGB | rgb(238, 251, 194) |
| HSL | hsl(74, 88%, 87%) |
| CMYK | cmyk(5%, 0%, 23%, 2%) |
| LAB | lab(96.4 -13.6 26.0) |
| LCH | lch(96.4 29.3 117.6) |
| OKLCH | oklch(0.964 0.075 118.3) |
Copy-ready code
/* CSS */
color: #eefbc2;
background-color: #eefbc2;
/* Tailwind (arbitrary) */
class="text-[#eefbc2] bg-[#eefbc2]"
/* SCSS */
$brand: #eefbc2;
/* SwiftUI */
Color(red: 0.933, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#eefbc2")Accessibility — WCAG contrast
Aa
#eefbc2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefbc2 on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.4%
Blue76.1%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#eefbc2 text on a black background
contrast 19.21:1
Card sample
#eefbc2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefbc2;
Background color
Panel with #eefbc2 background
background-color: #eefbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefbc2; background: linear-gradient(135deg, #eefbc2, #C8FBC2);