#edf1df
a pale, soft green · cool · closest name: beige
RGB
237, 241, 223
HSL
73°, 39%, 91%
CMYK
2, 0, 8, 6
Luminance
0.8624
Every format
| HEX | #edf1df |
| RGB | rgb(237, 241, 223) |
| HSL | hsl(73, 39%, 91%) |
| CMYK | cmyk(2%, 0%, 8%, 6%) |
| LAB | lab(94.4 -4.4 8.2) |
| LCH | lch(94.4 9.3 118.3) |
| OKLCH | oklch(0.950 0.024 117.0) |
Copy-ready code
/* CSS */
color: #edf1df;
background-color: #edf1df;
/* Tailwind (arbitrary) */
class="text-[#edf1df] bg-[#edf1df]"
/* SCSS */
$brand: #edf1df;
/* SwiftUI */
Color(red: 0.929, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#edf1df")Accessibility — WCAG contrast
Aa
#edf1df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf1df on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.5%
Blue87.5%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#edf1df text on a black background
contrast 18.25:1
Card sample
#edf1df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf1df;
Background color
Panel with #edf1df background
background-color: #edf1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf1df; background: linear-gradient(135deg, #edf1df, #E1F1DF);