#e0fce7
a pale, electric green · cool · closest name: beige
RGB
224, 252, 231
HSL
135°, 82%, 93%
CMYK
11, 0, 8, 1
Luminance
0.9124
Every format
| HEX | #e0fce7 |
| RGB | rgb(224, 252, 231) |
| HSL | hsl(135, 82%, 93%) |
| CMYK | cmyk(11%, 0%, 8%, 1%) |
| LAB | lab(96.5 -12.9 7.0) |
| LCH | lch(96.5 14.7 151.6) |
| OKLCH | oklch(0.965 0.040 153.1) |
Copy-ready code
/* CSS */
color: #e0fce7;
background-color: #e0fce7;
/* Tailwind (arbitrary) */
class="text-[#e0fce7] bg-[#e0fce7]"
/* SCSS */
$brand: #e0fce7;
/* SwiftUI */
Color(red: 0.878, green: 0.988, blue: 0.906)
/* Android */
Color.parseColor("#e0fce7")Accessibility — WCAG contrast
Aa
#e0fce7 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0fce7 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green98.8%
Blue90.6%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow8.3%
Key (black)1.2%
Color previews
#e0fce7 text on a black background
contrast 19.25:1
Card sample
#e0fce7 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0fce7;
Background color
Panel with #e0fce7 background
background-color: #e0fce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0fce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 252, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 252, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0fce7; background: linear-gradient(135deg, #e0fce7, #E0FCFA);