#eefdba
a pale, electric green · cool · closest name: khaki
RGB
238, 253, 186
HSL
73°, 94%, 86%
CMYK
6, 0, 27, 1
Luminance
0.9197
Every format
| HEX | #eefdba |
| RGB | rgb(238, 253, 186) |
| HSL | hsl(73, 94%, 86%) |
| CMYK | cmyk(6%, 0%, 27%, 1%) |
| LAB | lab(96.8 -15.7 30.5) |
| LCH | lch(96.8 34.3 117.2) |
| OKLCH | oklch(0.967 0.087 118.3) |
Copy-ready code
/* CSS */
color: #eefdba;
background-color: #eefdba;
/* Tailwind (arbitrary) */
class="text-[#eefdba] bg-[#eefdba]"
/* SCSS */
$brand: #eefdba;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#eefdba")Accessibility — WCAG contrast
Aa
#eefdba on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefdba on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#eefdba text on a black background
contrast 19.39:1
Card sample
#eefdba text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefdba;
Background color
Panel with #eefdba background
background-color: #eefdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefdba; background: linear-gradient(135deg, #eefdba, #C1FDBA);