#eefdcd
a pale, electric green · cool · closest name: beige
RGB
238, 253, 205
HSL
79°, 92%, 90%
CMYK
6, 0, 19, 1
Luminance
0.9284
Every format
| HEX | #eefdcd |
| RGB | rgb(238, 253, 205) |
| HSL | hsl(79, 92%, 90%) |
| CMYK | cmyk(6%, 0%, 19%, 1%) |
| LAB | lab(97.2 -12.9 21.4) |
| LCH | lch(97.2 25.0 121.2) |
| OKLCH | oklch(0.971 0.064 121.7) |
Copy-ready code
/* CSS */
color: #eefdcd;
background-color: #eefdcd;
/* Tailwind (arbitrary) */
class="text-[#eefdcd] bg-[#eefdcd]"
/* SCSS */
$brand: #eefdcd;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#eefdcd")Accessibility — WCAG contrast
Aa
#eefdcd on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefdcd on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue80.4%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#eefdcd text on a black background
contrast 19.57:1
Card sample
#eefdcd text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefdcd;
Background color
Panel with #eefdcd background
background-color: #eefdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefdcd; background: linear-gradient(135deg, #eefdcd, #CEFDCD);