#eefbd4
a pale, electric green · cool · closest name: beige
RGB
238, 251, 212
HSL
80°, 83%, 91%
CMYK
5, 0, 16, 2
Luminance
0.9192
Every format
| HEX | #eefbd4 |
| RGB | rgb(238, 251, 212) |
| HSL | hsl(80, 83%, 91%) |
| CMYK | cmyk(5%, 0%, 16%, 2%) |
| LAB | lab(96.8 -10.9 17.3) |
| LCH | lch(96.8 20.4 122.2) |
| OKLCH | oklch(0.968 0.053 122.4) |
Copy-ready code
/* CSS */
color: #eefbd4;
background-color: #eefbd4;
/* Tailwind (arbitrary) */
class="text-[#eefbd4] bg-[#eefbd4]"
/* SCSS */
$brand: #eefbd4;
/* SwiftUI */
Color(red: 0.933, green: 0.984, blue: 0.831)
/* Android */
Color.parseColor("#eefbd4")Accessibility — WCAG contrast
Aa
#eefbd4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefbd4 on black: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.4%
Blue83.1%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow15.5%
Key (black)1.6%
Color previews
#eefbd4 text on a black background
contrast 19.38:1
Card sample
#eefbd4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefbd4;
Background color
Panel with #eefbd4 background
background-color: #eefbd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefbd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 251, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 251, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefbd4; background: linear-gradient(135deg, #eefbd4, #D4FBD4);