#edf7eb
a pale, soft green · cool · closest name: ivory
RGB
237, 247, 235
HSL
110°, 43%, 95%
CMYK
4, 0, 5, 3
Luminance
0.9052
Every format
| HEX | #edf7eb |
| RGB | rgb(237, 247, 235) |
| HSL | hsl(110, 43%, 95%) |
| CMYK | cmyk(4%, 0%, 5%, 3%) |
| LAB | lab(96.2 -5.4 4.6) |
| LCH | lch(96.2 7.1 139.6) |
| OKLCH | oklch(0.965 0.019 140.5) |
Copy-ready code
/* CSS */
color: #edf7eb;
background-color: #edf7eb;
/* Tailwind (arbitrary) */
class="text-[#edf7eb] bg-[#edf7eb]"
/* SCSS */
$brand: #edf7eb;
/* SwiftUI */
Color(red: 0.929, green: 0.969, blue: 0.922)
/* Android */
Color.parseColor("#edf7eb")Accessibility — WCAG contrast
Aa
#edf7eb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf7eb on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.9%
Blue92.2%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow4.9%
Key (black)3.1%
Color previews
#edf7eb text on a black background
contrast 19.10:1
Card sample
#edf7eb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf7eb;
Background color
Panel with #edf7eb background
background-color: #edf7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 247, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 247, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf7eb; background: linear-gradient(135deg, #edf7eb, #EBF7F1);