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