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