#e2fade
a pale, vivid green · cool · closest name: beige
RGB
226, 250, 222
HSL
111°, 74%, 93%
CMYK
10, 0, 11, 2
Luminance
0.8981
Every format
| HEX | #e2fade |
| RGB | rgb(226, 250, 222) |
| HSL | hsl(111, 74%, 93%) |
| CMYK | cmyk(10%, 0%, 11%, 2%) |
| LAB | lab(95.9 -12.8 10.8) |
| LCH | lch(95.9 16.8 139.9) |
| OKLCH | oklch(0.960 0.045 141.2) |
Copy-ready code
/* CSS */
color: #e2fade;
background-color: #e2fade;
/* Tailwind (arbitrary) */
class="text-[#e2fade] bg-[#e2fade]"
/* SCSS */
$brand: #e2fade;
/* SwiftUI */
Color(red: 0.886, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#e2fade")Accessibility — WCAG contrast
Aa
#e2fade on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fade on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.0%
Blue87.1%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#e2fade text on a black background
contrast 18.96:1
Card sample
#e2fade text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fade;
Background color
Panel with #e2fade background
background-color: #e2fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fade; background: linear-gradient(135deg, #e2fade, #DEFAED);