#eefcf5
a pale, vivid green · cool · closest name: white
RGB
238, 252, 245
HSL
150°, 70%, 96%
CMYK
6, 0, 3, 1
Luminance
0.9439
Every format
| HEX | #eefcf5 |
| RGB | rgb(238, 252, 245) |
| HSL | hsl(150, 70%, 96%) |
| CMYK | cmyk(6%, 0%, 3%, 1%) |
| LAB | lab(97.8 -5.8 1.8) |
| LCH | lch(97.8 6.1 163.2) |
| OKLCH | oklch(0.979 0.017 164.7) |
Copy-ready code
/* CSS */
color: #eefcf5;
background-color: #eefcf5;
/* Tailwind (arbitrary) */
class="text-[#eefcf5] bg-[#eefcf5]"
/* SCSS */
$brand: #eefcf5;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.961)
/* Android */
Color.parseColor("#eefcf5")Accessibility — WCAG contrast
Aa
#eefcf5 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefcf5 on black: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue96.1%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow2.8%
Key (black)1.2%
Color previews
#eefcf5 text on a black background
contrast 19.88:1
Card sample
#eefcf5 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefcf5;
Background color
Panel with #eefcf5 background
background-color: #eefcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefcf5; background: linear-gradient(135deg, #eefcf5, #EEFAFC);