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