#e0fae0
a pale, vivid green · cool · closest name: beige
RGB
224, 250, 224
HSL
120°, 72%, 93%
CMYK
10, 0, 10, 2
Luminance
0.8960
Every format
| HEX | #e0fae0 |
| RGB | rgb(224, 250, 224) |
| HSL | hsl(120, 72%, 93%) |
| CMYK | cmyk(10%, 0%, 10%, 2%) |
| LAB | lab(95.8 -13.2 9.6) |
| LCH | lch(95.8 16.3 143.8) |
| OKLCH | oklch(0.959 0.044 145.2) |
Copy-ready code
/* CSS */
color: #e0fae0;
background-color: #e0fae0;
/* Tailwind (arbitrary) */
class="text-[#e0fae0] bg-[#e0fae0]"
/* SCSS */
$brand: #e0fae0;
/* SwiftUI */
Color(red: 0.878, green: 0.980, blue: 0.878)
/* Android */
Color.parseColor("#e0fae0")Accessibility — WCAG contrast
Aa
#e0fae0 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0fae0 on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green98.0%
Blue87.8%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow10.4%
Key (black)2.0%
Color previews
#e0fae0 text on a black background
contrast 18.92:1
Card sample
#e0fae0 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0fae0;
Background color
Panel with #e0fae0 background
background-color: #e0fae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0fae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 250, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 250, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0fae0; background: linear-gradient(135deg, #e0fae0, #E0FAF1);