#e8fade
a pale, vivid green · cool · closest name: beige
RGB
232, 250, 222
HSL
99°, 74%, 93%
CMYK
7, 0, 11, 2
Luminance
0.9080
Every format
| HEX | #e8fade |
| RGB | rgb(232, 250, 222) |
| HSL | hsl(99, 74%, 93%) |
| CMYK | cmyk(7%, 0%, 11%, 2%) |
| LAB | lab(96.3 -10.8 11.4) |
| LCH | lch(96.3 15.7 133.4) |
| OKLCH | oklch(0.964 0.042 134.2) |
Copy-ready code
/* CSS */
color: #e8fade;
background-color: #e8fade;
/* Tailwind (arbitrary) */
class="text-[#e8fade] bg-[#e8fade]"
/* SCSS */
$brand: #e8fade;
/* SwiftUI */
Color(red: 0.910, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#e8fade")Accessibility — WCAG contrast
Aa
#e8fade on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8fade on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green98.0%
Blue87.1%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#e8fade text on a black background
contrast 19.16:1
Card sample
#e8fade text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8fade;
Background color
Panel with #e8fade background
background-color: #e8fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8fade; background: linear-gradient(135deg, #e8fade, #DEFAE7);