#edf1eb
a pale, soft green · cool · closest name: white
RGB
237, 241, 235
HSL
100°, 18%, 93%
CMYK
2, 0, 3, 6
Luminance
0.8691
Every format
| HEX | #edf1eb |
| RGB | rgb(237, 241, 235) |
| HSL | hsl(100, 18%, 93%) |
| CMYK | cmyk(2%, 0%, 3%, 6%) |
| LAB | lab(94.7 -2.4 2.4) |
| LCH | lch(94.7 3.4 134.5) |
| OKLCH | oklch(0.953 0.009 134.9) |
Copy-ready code
/* CSS */
color: #edf1eb;
background-color: #edf1eb;
/* Tailwind (arbitrary) */
class="text-[#edf1eb] bg-[#edf1eb]"
/* SCSS */
$brand: #edf1eb;
/* SwiftUI */
Color(red: 0.929, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#edf1eb")Accessibility — WCAG contrast
Aa
#edf1eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf1eb on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.5%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#edf1eb text on a black background
contrast 18.38:1
Card sample
#edf1eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf1eb;
Background color
Panel with #edf1eb background
background-color: #edf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf1eb; background: linear-gradient(135deg, #edf1eb, #EBF1ED);