#eff5eb
a pale, soft green · cool · closest name: ivory
RGB
239, 245, 235
HSL
96°, 33%, 94%
CMYK
2, 0, 4, 4
Luminance
0.8965
Every format
| HEX | #eff5eb |
| RGB | rgb(239, 245, 235) |
| HSL | hsl(96, 33%, 94%) |
| CMYK | cmyk(2%, 0%, 4%, 4%) |
| LAB | lab(95.8 -3.8 4.1) |
| LCH | lch(95.8 5.6 132.3) |
| OKLCH | oklch(0.963 0.015 132.5) |
Copy-ready code
/* CSS */
color: #eff5eb;
background-color: #eff5eb;
/* Tailwind (arbitrary) */
class="text-[#eff5eb] bg-[#eff5eb]"
/* SCSS */
$brand: #eff5eb;
/* SwiftUI */
Color(red: 0.937, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#eff5eb")Accessibility — WCAG contrast
Aa
#eff5eb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff5eb on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green96.1%
Blue92.2%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#eff5eb text on a black background
contrast 18.93:1
Card sample
#eff5eb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff5eb;
Background color
Panel with #eff5eb background
background-color: #eff5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff5eb; background: linear-gradient(135deg, #eff5eb, #EBF5EE);