#e7fbdf
a pale, electric green · cool · closest name: beige
RGB
231, 251, 223
HSL
103°, 78%, 93%
CMYK
8, 0, 11, 2
Luminance
0.9131
Every format
| HEX | #e7fbdf |
| RGB | rgb(231, 251, 223) |
| HSL | hsl(103, 78%, 93%) |
| CMYK | cmyk(8%, 0%, 11%, 2%) |
| LAB | lab(96.5 -11.5 11.2) |
| LCH | lch(96.5 16.1 135.7) |
| OKLCH | oklch(0.966 0.043 136.7) |
Copy-ready code
/* CSS */
color: #e7fbdf;
background-color: #e7fbdf;
/* Tailwind (arbitrary) */
class="text-[#e7fbdf] bg-[#e7fbdf]"
/* SCSS */
$brand: #e7fbdf;
/* SwiftUI */
Color(red: 0.906, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#e7fbdf")Accessibility — WCAG contrast
Aa
#e7fbdf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7fbdf on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#e7fbdf text on a black background
contrast 19.26:1
Card sample
#e7fbdf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7fbdf;
Background color
Panel with #e7fbdf background
background-color: #e7fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7fbdf; background: linear-gradient(135deg, #e7fbdf, #DFFBEA);