#e5fade
a pale, vivid green · cool · closest name: beige
RGB
229, 250, 222
HSL
105°, 74%, 93%
CMYK
8, 0, 11, 2
Luminance
0.9030
Every format
| HEX | #e5fade |
| RGB | rgb(229, 250, 222) |
| HSL | hsl(105, 74%, 93%) |
| CMYK | cmyk(8%, 0%, 11%, 2%) |
| LAB | lab(96.1 -11.8 11.1) |
| LCH | lch(96.1 16.2 136.8) |
| OKLCH | oklch(0.962 0.043 137.8) |
Copy-ready code
/* CSS */
color: #e5fade;
background-color: #e5fade;
/* Tailwind (arbitrary) */
class="text-[#e5fade] bg-[#e5fade]"
/* SCSS */
$brand: #e5fade;
/* SwiftUI */
Color(red: 0.898, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#e5fade")Accessibility — WCAG contrast
Aa
#e5fade on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5fade on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green98.0%
Blue87.1%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#e5fade text on a black background
contrast 19.06:1
Card sample
#e5fade text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5fade;
Background color
Panel with #e5fade background
background-color: #e5fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5fade; background: linear-gradient(135deg, #e5fade, #DEFAEA);