#e0f1e0
a pale, soft green · cool · closest name: beige
RGB
224, 241, 224
HSL
120°, 38%, 91%
CMYK
7, 0, 7, 6
Luminance
0.8414
Every format
| HEX | #e0f1e0 |
| RGB | rgb(224, 241, 224) |
| HSL | hsl(120, 38%, 91%) |
| CMYK | cmyk(7%, 0%, 7%, 6%) |
| LAB | lab(93.5 -8.7 6.3) |
| LCH | lch(93.5 10.7 144.0) |
| OKLCH | oklch(0.941 0.029 145.3) |
Copy-ready code
/* CSS */
color: #e0f1e0;
background-color: #e0f1e0;
/* Tailwind (arbitrary) */
class="text-[#e0f1e0] bg-[#e0f1e0]"
/* SCSS */
$brand: #e0f1e0;
/* SwiftUI */
Color(red: 0.878, green: 0.945, blue: 0.878)
/* Android */
Color.parseColor("#e0f1e0")Accessibility — WCAG contrast
Aa
#e0f1e0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0f1e0 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green94.5%
Blue87.8%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow7.1%
Key (black)5.5%
Color previews
#e0f1e0 text on a black background
contrast 17.83:1
Card sample
#e0f1e0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0f1e0;
Background color
Panel with #e0f1e0 background
background-color: #e0f1e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0f1e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 241, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 241, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0f1e0; background: linear-gradient(135deg, #e0f1e0, #E0F1EB);