#edf9df
a pale, vivid green · cool · closest name: beige
RGB
237, 249, 223
HSL
88°, 68%, 93%
CMYK
5, 0, 10, 2
Luminance
0.9108
Every format
| HEX | #edf9df |
| RGB | rgb(237, 249, 223) |
| HSL | hsl(88, 68%, 93%) |
| CMYK | cmyk(5%, 0%, 10%, 2%) |
| LAB | lab(96.4 -8.5 11.1) |
| LCH | lch(96.4 14.0 127.2) |
| OKLCH | oklch(0.966 0.036 127.4) |
Copy-ready code
/* CSS */
color: #edf9df;
background-color: #edf9df;
/* Tailwind (arbitrary) */
class="text-[#edf9df] bg-[#edf9df]"
/* SCSS */
$brand: #edf9df;
/* SwiftUI */
Color(red: 0.929, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#edf9df")Accessibility — WCAG contrast
Aa
#edf9df on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf9df on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green97.6%
Blue87.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#edf9df text on a black background
contrast 19.22:1
Card sample
#edf9df text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf9df;
Background color
Panel with #edf9df background
background-color: #edf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf9df; background: linear-gradient(135deg, #edf9df, #DFF9E2);