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