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