#eefeba
a pale, electric green · cool · closest name: khaki
RGB
238, 254, 186
HSL
74°, 97%, 86%
CMYK
6, 0, 27, 0
Luminance
0.9261
Every format
| HEX | #eefeba |
| RGB | rgb(238, 254, 186) |
| HSL | hsl(74, 97%, 86%) |
| CMYK | cmyk(6%, 0%, 27%, 0%) |
| LAB | lab(97.1 -16.1 30.9) |
| LCH | lch(97.1 34.8 117.6) |
| OKLCH | oklch(0.969 0.089 118.8) |
Copy-ready code
/* CSS */
color: #eefeba;
background-color: #eefeba;
/* Tailwind (arbitrary) */
class="text-[#eefeba] bg-[#eefeba]"
/* SCSS */
$brand: #eefeba;
/* SwiftUI */
Color(red: 0.933, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#eefeba")Accessibility — WCAG contrast
Aa
#eefeba on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefeba on black: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.6%
Blue72.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#eefeba text on a black background
contrast 19.52:1
Card sample
#eefeba text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefeba;
Background color
Panel with #eefeba background
background-color: #eefeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefeba; background: linear-gradient(135deg, #eefeba, #C1FEBA);