#edfdce
a pale, electric green · cool · closest name: beige
RGB
237, 253, 206
HSL
80°, 92%, 90%
CMYK
6, 0, 19, 1
Luminance
0.9271
Every format
| HEX | #edfdce |
| RGB | rgb(237, 253, 206) |
| HSL | hsl(80, 92%, 90%) |
| CMYK | cmyk(6%, 0%, 19%, 1%) |
| LAB | lab(97.1 -13.1 20.8) |
| LCH | lch(97.1 24.6 122.3) |
| OKLCH | oklch(0.970 0.063 122.9) |
Copy-ready code
/* CSS */
color: #edfdce;
background-color: #edfdce;
/* Tailwind (arbitrary) */
class="text-[#edfdce] bg-[#edfdce]"
/* SCSS */
$brand: #edfdce;
/* SwiftUI */
Color(red: 0.929, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#edfdce")Accessibility — WCAG contrast
Aa
#edfdce on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfdce on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.2%
Blue80.8%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#edfdce text on a black background
contrast 19.54:1
Card sample
#edfdce text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfdce;
Background color
Panel with #edfdce background
background-color: #edfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfdce; background: linear-gradient(135deg, #edfdce, #CEFDCE);