#eefaec
a pale, vivid green · cool · closest name: ivory
RGB
238, 250, 236
HSL
111°, 58%, 95%
CMYK
5, 0, 6, 2
Luminance
0.9260
Every format
| HEX | #eefaec |
| RGB | rgb(238, 250, 236) |
| HSL | hsl(111, 58%, 95%) |
| CMYK | cmyk(5%, 0%, 6%, 2%) |
| LAB | lab(97.1 -6.4 5.3) |
| LCH | lch(97.1 8.4 140.2) |
| OKLCH | oklch(0.972 0.022 141.2) |
Copy-ready code
/* CSS */
color: #eefaec;
background-color: #eefaec;
/* Tailwind (arbitrary) */
class="text-[#eefaec] bg-[#eefaec]"
/* SCSS */
$brand: #eefaec;
/* SwiftUI */
Color(red: 0.933, green: 0.980, blue: 0.925)
/* Android */
Color.parseColor("#eefaec")Accessibility — WCAG contrast
Aa
#eefaec on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefaec on black: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.0%
Blue92.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow5.6%
Key (black)2.0%
Color previews
#eefaec text on a black background
contrast 19.52:1
Card sample
#eefaec text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefaec;
Background color
Panel with #eefaec background
background-color: #eefaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 250, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 250, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefaec; background: linear-gradient(135deg, #eefaec, #ECFAF3);