#eef4eb
a pale, soft green · cool · closest name: ivory
RGB
238, 244, 235
HSL
100°, 29%, 94%
CMYK
3, 0, 4, 4
Luminance
0.8888
Every format
| HEX | #eef4eb |
| RGB | rgb(238, 244, 235) |
| HSL | hsl(100, 29%, 94%) |
| CMYK | cmyk(3%, 0%, 4%, 4%) |
| LAB | lab(95.5 -3.6 3.6) |
| LCH | lch(95.5 5.1 134.5) |
| OKLCH | oklch(0.960 0.013 134.9) |
Copy-ready code
/* CSS */
color: #eef4eb;
background-color: #eef4eb;
/* Tailwind (arbitrary) */
class="text-[#eef4eb] bg-[#eef4eb]"
/* SCSS */
$brand: #eef4eb;
/* SwiftUI */
Color(red: 0.933, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#eef4eb")Accessibility — WCAG contrast
Aa
#eef4eb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef4eb on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.7%
Blue92.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#eef4eb text on a black background
contrast 18.78:1
Card sample
#eef4eb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef4eb;
Background color
Panel with #eef4eb background
background-color: #eef4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef4eb; background: linear-gradient(135deg, #eef4eb, #EBF4EE);