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