#eafade
a pale, vivid green · cool · closest name: beige
RGB
234, 250, 222
HSL
94°, 74%, 93%
CMYK
6, 0, 11, 2
Luminance
0.9114
Every format
| HEX | #eafade |
| RGB | rgb(234, 250, 222) |
| HSL | hsl(94, 74%, 93%) |
| CMYK | cmyk(6%, 0%, 11%, 2%) |
| LAB | lab(96.5 -10.1 11.7) |
| LCH | lch(96.5 15.4 131.0) |
| OKLCH | oklch(0.966 0.041 131.6) |
Copy-ready code
/* CSS */
color: #eafade;
background-color: #eafade;
/* Tailwind (arbitrary) */
class="text-[#eafade] bg-[#eafade]"
/* SCSS */
$brand: #eafade;
/* SwiftUI */
Color(red: 0.918, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#eafade")Accessibility — WCAG contrast
Aa
#eafade on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafade on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.0%
Blue87.1%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#eafade text on a black background
contrast 19.23:1
Card sample
#eafade text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafade;
Background color
Panel with #eafade background
background-color: #eafade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafade; background: linear-gradient(135deg, #eafade, #DEFAE4);