#eefddf
a pale, electric green · cool · closest name: beige
RGB
238, 253, 223
HSL
90°, 88%, 93%
CMYK
6, 0, 12, 1
Luminance
0.9376
Every format
| HEX | #eefddf |
| RGB | rgb(238, 253, 223) |
| HSL | hsl(90, 88%, 93%) |
| CMYK | cmyk(6%, 0%, 12%, 1%) |
| LAB | lab(97.5 -10.1 12.7) |
| LCH | lch(97.5 16.2 128.5) |
| OKLCH | oklch(0.975 0.042 129.0) |
Copy-ready code
/* CSS */
color: #eefddf;
background-color: #eefddf;
/* Tailwind (arbitrary) */
class="text-[#eefddf] bg-[#eefddf]"
/* SCSS */
$brand: #eefddf;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#eefddf")Accessibility — WCAG contrast
Aa
#eefddf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefddf on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue87.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#eefddf text on a black background
contrast 19.75:1
Card sample
#eefddf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefddf;
Background color
Panel with #eefddf background
background-color: #eefddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefddf; background: linear-gradient(135deg, #eefddf, #DFFDE4);