#eff6eb
a pale, soft green · cool · closest name: ivory
RGB
239, 246, 235
HSL
98°, 38%, 94%
CMYK
3, 0, 5, 4
Luminance
0.9026
Every format
| HEX | #eff6eb |
| RGB | rgb(239, 246, 235) |
| HSL | hsl(98, 38%, 94%) |
| CMYK | cmyk(3%, 0%, 5%, 4%) |
| LAB | lab(96.1 -4.3 4.5) |
| LCH | lch(96.1 6.2 133.5) |
| OKLCH | oklch(0.965 0.016 133.8) |
Copy-ready code
/* CSS */
color: #eff6eb;
background-color: #eff6eb;
/* Tailwind (arbitrary) */
class="text-[#eff6eb] bg-[#eff6eb]"
/* SCSS */
$brand: #eff6eb;
/* SwiftUI */
Color(red: 0.937, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#eff6eb")Accessibility — WCAG contrast
Aa
#eff6eb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff6eb on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green96.5%
Blue92.2%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow4.5%
Key (black)3.5%
Color previews
#eff6eb text on a black background
contrast 19.05:1
Card sample
#eff6eb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff6eb;
Background color
Panel with #eff6eb background
background-color: #eff6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff6eb; background: linear-gradient(135deg, #eff6eb, #EBF6EE);