#edf4df
a pale, vivid green · cool · closest name: beige
RGB
237, 244, 223
HSL
80°, 49%, 92%
CMYK
3, 0, 9, 4
Luminance
0.8803
Every format
| HEX | #edf4df |
| RGB | rgb(237, 244, 223) |
| HSL | hsl(80, 49%, 92%) |
| CMYK | cmyk(3%, 0%, 9%, 4%) |
| LAB | lab(95.2 -6.0 9.3) |
| LCH | lch(95.2 11.1 122.6) |
| OKLCH | oklch(0.956 0.029 122.0) |
Copy-ready code
/* CSS */
color: #edf4df;
background-color: #edf4df;
/* Tailwind (arbitrary) */
class="text-[#edf4df] bg-[#edf4df]"
/* SCSS */
$brand: #edf4df;
/* SwiftUI */
Color(red: 0.929, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#edf4df")Accessibility — WCAG contrast
Aa
#edf4df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf4df on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.7%
Blue87.5%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#edf4df text on a black background
contrast 18.61:1
Card sample
#edf4df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf4df;
Background color
Panel with #edf4df background
background-color: #edf4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf4df; background: linear-gradient(135deg, #edf4df, #DFF4DF);