#e8fdce
a pale, electric green · cool · closest name: beige
RGB
232, 253, 206
HSL
87°, 92%, 90%
CMYK
8, 0, 19, 1
Luminance
0.9186
Every format
| HEX | #e8fdce |
| RGB | rgb(232, 253, 206) |
| HSL | hsl(87, 92%, 90%) |
| CMYK | cmyk(8%, 0%, 19%, 1%) |
| LAB | lab(96.8 -14.9 20.2) |
| LCH | lch(96.8 25.1 126.3) |
| OKLCH | oklch(0.967 0.065 127.2) |
Copy-ready code
/* CSS */
color: #e8fdce;
background-color: #e8fdce;
/* Tailwind (arbitrary) */
class="text-[#e8fdce] bg-[#e8fdce]"
/* SCSS */
$brand: #e8fdce;
/* SwiftUI */
Color(red: 0.910, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#e8fdce")Accessibility — WCAG contrast
Aa
#e8fdce on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8fdce on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green99.2%
Blue80.8%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#e8fdce text on a black background
contrast 19.37:1
Card sample
#e8fdce text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8fdce;
Background color
Panel with #e8fdce background
background-color: #e8fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8fdce; background: linear-gradient(135deg, #e8fdce, #CEFDD3);