#e7ffcf
a pale, electric green · cool · closest name: beige
RGB
231, 255, 207
HSL
90°, 100%, 91%
CMYK
9, 0, 19, 0
Luminance
0.9301
Every format
| HEX | #e7ffcf |
| RGB | rgb(231, 255, 207) |
| HSL | hsl(90, 100%, 91%) |
| CMYK | cmyk(9%, 0%, 19%, 0%) |
| LAB | lab(97.2 -16.0 20.4) |
| LCH | lch(97.2 25.9 128.2) |
| OKLCH | oklch(0.970 0.068 129.3) |
Copy-ready code
/* CSS */
color: #e7ffcf;
background-color: #e7ffcf;
/* Tailwind (arbitrary) */
class="text-[#e7ffcf] bg-[#e7ffcf]"
/* SCSS */
$brand: #e7ffcf;
/* SwiftUI */
Color(red: 0.906, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#e7ffcf")Accessibility — WCAG contrast
Aa
#e7ffcf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ffcf on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green100.0%
Blue81.2%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#e7ffcf text on a black background
contrast 19.60:1
Card sample
#e7ffcf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ffcf;
Background color
Panel with #e7ffcf background
background-color: #e7ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ffcf; background: linear-gradient(135deg, #e7ffcf, #CFFFD7);