#eeefe9
a pale, soft green · cool · closest name: white
RGB
238, 239, 233
HSL
70°, 16%, 93%
CMYK
0, 0, 3, 6
Luminance
0.8579
Every format
| HEX | #eeefe9 |
| RGB | rgb(238, 239, 233) |
| HSL | hsl(70, 16%, 93%) |
| CMYK | cmyk(0%, 0%, 3%, 6%) |
| LAB | lab(94.2 -1.4 2.8) |
| LCH | lch(94.2 3.1 116.6) |
| OKLCH | oklch(0.950 0.008 114.2) |
Copy-ready code
/* CSS */
color: #eeefe9;
background-color: #eeefe9;
/* Tailwind (arbitrary) */
class="text-[#eeefe9] bg-[#eeefe9]"
/* SCSS */
$brand: #eeefe9;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.914)
/* Android */
Color.parseColor("#eeefe9")Accessibility — WCAG contrast
Aa
#eeefe9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefe9 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue91.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow2.5%
Key (black)6.3%
Color previews
#eeefe9 text on a black background
contrast 18.16:1
Card sample
#eeefe9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefe9;
Background color
Panel with #eeefe9 background
background-color: #eeefe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefe9; background: linear-gradient(135deg, #eeefe9, #EAEFE9);