#edf3eb
a pale, soft green · cool · closest name: ivory
RGB
237, 243, 235
HSL
105°, 25%, 94%
CMYK
3, 0, 3, 5
Luminance
0.8810
Every format
| HEX | #edf3eb |
| RGB | rgb(237, 243, 235) |
| HSL | hsl(105, 25%, 94%) |
| CMYK | cmyk(3%, 0%, 3%, 5%) |
| LAB | lab(95.2 -3.4 3.2) |
| LCH | lch(95.2 4.6 137.1) |
| OKLCH | oklch(0.957 0.012 137.8) |
Copy-ready code
/* CSS */
color: #edf3eb;
background-color: #edf3eb;
/* Tailwind (arbitrary) */
class="text-[#edf3eb] bg-[#edf3eb]"
/* SCSS */
$brand: #edf3eb;
/* SwiftUI */
Color(red: 0.929, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#edf3eb")Accessibility — WCAG contrast
Aa
#edf3eb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf3eb on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.3%
Blue92.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#edf3eb text on a black background
contrast 18.62:1
Card sample
#edf3eb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf3eb;
Background color
Panel with #edf3eb background
background-color: #edf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf3eb; background: linear-gradient(135deg, #edf3eb, #EBF3EE);