#e7fdce
a pale, electric green · cool · closest name: beige
RGB
231, 253, 206
HSL
88°, 92%, 90%
CMYK
9, 0, 19, 1
Luminance
0.9170
Every format
| HEX | #e7fdce |
| RGB | rgb(231, 253, 206) |
| HSL | hsl(88, 92%, 90%) |
| CMYK | cmyk(9%, 0%, 19%, 1%) |
| LAB | lab(96.7 -15.2 20.1) |
| LCH | lch(96.7 25.2 127.1) |
| OKLCH | oklch(0.966 0.066 128.0) |
Copy-ready code
/* CSS */
color: #e7fdce;
background-color: #e7fdce;
/* Tailwind (arbitrary) */
class="text-[#e7fdce] bg-[#e7fdce]"
/* SCSS */
$brand: #e7fdce;
/* SwiftUI */
Color(red: 0.906, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#e7fdce")Accessibility — WCAG contrast
Aa
#e7fdce on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7fdce on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green99.2%
Blue80.8%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#e7fdce text on a black background
contrast 19.34:1
Card sample
#e7fdce text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7fdce;
Background color
Panel with #e7fdce background
background-color: #e7fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7fdce; background: linear-gradient(135deg, #e7fdce, #CEFDD4);