#edf5df
a pale, vivid green · cool · closest name: beige
RGB
237, 245, 223
HSL
82°, 52%, 92%
CMYK
3, 0, 9, 4
Luminance
0.8864
Every format
| HEX | #edf5df |
| RGB | rgb(237, 245, 223) |
| HSL | hsl(82, 52%, 92%) |
| CMYK | cmyk(3%, 0%, 9%, 4%) |
| LAB | lab(95.4 -6.5 9.7) |
| LCH | lch(95.4 11.6 123.7) |
| OKLCH | oklch(0.958 0.030 123.3) |
Copy-ready code
/* CSS */
color: #edf5df;
background-color: #edf5df;
/* Tailwind (arbitrary) */
class="text-[#edf5df] bg-[#edf5df]"
/* SCSS */
$brand: #edf5df;
/* SwiftUI */
Color(red: 0.929, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#edf5df")Accessibility — WCAG contrast
Aa
#edf5df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf5df on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.1%
Blue87.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#edf5df text on a black background
contrast 18.73:1
Card sample
#edf5df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf5df;
Background color
Panel with #edf5df background
background-color: #edf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf5df; background: linear-gradient(135deg, #edf5df, #DFF5E0);