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