#edffdf
a pale, electric green · cool · closest name: beige
RGB
237, 255, 223
HSL
94°, 100%, 94%
CMYK
7, 0, 13, 0
Luminance
0.9485
Every format
| HEX | #edffdf |
| RGB | rgb(237, 255, 223) |
| HSL | hsl(94, 100%, 94%) |
| CMYK | cmyk(7%, 0%, 13%, 0%) |
| LAB | lab(98.0 -11.4 13.3) |
| LCH | lch(98.0 17.6 130.7) |
| OKLCH | oklch(0.978 0.046 131.4) |
Copy-ready code
/* CSS */
color: #edffdf;
background-color: #edffdf;
/* Tailwind (arbitrary) */
class="text-[#edffdf] bg-[#edffdf]"
/* SCSS */
$brand: #edffdf;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#edffdf")Accessibility — WCAG contrast
Aa
#edffdf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edffdf on black: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue87.5%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#edffdf text on a black background
contrast 19.97:1
Card sample
#edffdf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edffdf;
Background color
Panel with #edffdf background
background-color: #edffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edffdf; background: linear-gradient(135deg, #edffdf, #DFFFE6);