#edf4eb
a pale, soft green · cool · closest name: ivory
RGB
237, 244, 235
HSL
107°, 29%, 94%
CMYK
3, 0, 4, 4
Luminance
0.8870
Every format
| HEX | #edf4eb |
| RGB | rgb(237, 244, 235) |
| HSL | hsl(107, 29%, 94%) |
| CMYK | cmyk(3%, 0%, 4%, 4%) |
| LAB | lab(95.5 -3.9 3.5) |
| LCH | lch(95.5 5.3 138.0) |
| OKLCH | oklch(0.959 0.014 138.7) |
Copy-ready code
/* CSS */
color: #edf4eb;
background-color: #edf4eb;
/* Tailwind (arbitrary) */
class="text-[#edf4eb] bg-[#edf4eb]"
/* SCSS */
$brand: #edf4eb;
/* SwiftUI */
Color(red: 0.929, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#edf4eb")Accessibility — WCAG contrast
Aa
#edf4eb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf4eb on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.7%
Blue92.2%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#edf4eb text on a black background
contrast 18.74:1
Card sample
#edf4eb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf4eb;
Background color
Panel with #edf4eb background
background-color: #edf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf4eb; background: linear-gradient(135deg, #edf4eb, #EBF4EF);