#eefceb
a pale, vivid green · cool · closest name: ivory
RGB
238, 252, 235
HSL
109°, 74%, 96%
CMYK
6, 0, 7, 1
Luminance
0.9380
Every format
| HEX | #eefceb |
| RGB | rgb(238, 252, 235) |
| HSL | hsl(109, 74%, 96%) |
| CMYK | cmyk(6%, 0%, 7%, 1%) |
| LAB | lab(97.5 -7.6 6.6) |
| LCH | lch(97.5 10.0 139.2) |
| OKLCH | oklch(0.976 0.027 140.2) |
Copy-ready code
/* CSS */
color: #eefceb;
background-color: #eefceb;
/* Tailwind (arbitrary) */
class="text-[#eefceb] bg-[#eefceb]"
/* SCSS */
$brand: #eefceb;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#eefceb")Accessibility — WCAG contrast
Aa
#eefceb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefceb on black: 19.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue92.2%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#eefceb text on a black background
contrast 19.76:1
Card sample
#eefceb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefceb;
Background color
Panel with #eefceb background
background-color: #eefceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefceb; background: linear-gradient(135deg, #eefceb, #EBFCF3);