#edf2eb
a pale, soft green · cool · closest name: ivory
RGB
237, 242, 235
HSL
103°, 21%, 94%
CMYK
2, 0, 3, 5
Luminance
0.8751
Every format
| HEX | #edf2eb |
| RGB | rgb(237, 242, 235) |
| HSL | hsl(103, 21%, 94%) |
| CMYK | cmyk(2%, 0%, 3%, 5%) |
| LAB | lab(95.0 -2.9 2.8) |
| LCH | lch(95.0 4.0 136.1) |
| OKLCH | oklch(0.955 0.011 136.6) |
Copy-ready code
/* CSS */
color: #edf2eb;
background-color: #edf2eb;
/* Tailwind (arbitrary) */
class="text-[#edf2eb] bg-[#edf2eb]"
/* SCSS */
$brand: #edf2eb;
/* SwiftUI */
Color(red: 0.929, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#edf2eb")Accessibility — WCAG contrast
Aa
#edf2eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf2eb on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.9%
Blue92.2%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#edf2eb text on a black background
contrast 18.50:1
Card sample
#edf2eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf2eb;
Background color
Panel with #edf2eb background
background-color: #edf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf2eb; background: linear-gradient(135deg, #edf2eb, #EBF2EE);