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