#eefade
a pale, vivid green · cool · closest name: beige
RGB
238, 250, 222
HSL
86°, 74%, 93%
CMYK
5, 0, 11, 2
Luminance
0.9182
Every format
| HEX | #eefade |
| RGB | rgb(238, 250, 222) |
| HSL | hsl(86, 74%, 93%) |
| CMYK | cmyk(5%, 0%, 11%, 2%) |
| LAB | lab(96.8 -8.8 12.1) |
| LCH | lch(96.8 14.9 126.0) |
| OKLCH | oklch(0.969 0.039 126.1) |
Copy-ready code
/* CSS */
color: #eefade;
background-color: #eefade;
/* Tailwind (arbitrary) */
class="text-[#eefade] bg-[#eefade]"
/* SCSS */
$brand: #eefade;
/* SwiftUI */
Color(red: 0.933, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#eefade")Accessibility — WCAG contrast
Aa
#eefade on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefade on black: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.0%
Blue87.1%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#eefade text on a black background
contrast 19.36:1
Card sample
#eefade text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefade;
Background color
Panel with #eefade background
background-color: #eefade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefade; background: linear-gradient(135deg, #eefade, #DEFAE0);