#edf6df
a pale, vivid green · cool · closest name: beige
RGB
237, 246, 223
HSL
84°, 56%, 92%
CMYK
4, 0, 9, 4
Luminance
0.8924
Every format
| HEX | #edf6df |
| RGB | rgb(237, 246, 223) |
| HSL | hsl(84, 56%, 92%) |
| CMYK | cmyk(4%, 0%, 9%, 4%) |
| LAB | lab(95.7 -7.0 10.0) |
| LCH | lch(95.7 12.2 124.7) |
| OKLCH | oklch(0.960 0.032 124.5) |
Copy-ready code
/* CSS */
color: #edf6df;
background-color: #edf6df;
/* Tailwind (arbitrary) */
class="text-[#edf6df] bg-[#edf6df]"
/* SCSS */
$brand: #edf6df;
/* SwiftUI */
Color(red: 0.929, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#edf6df")Accessibility — WCAG contrast
Aa
#edf6df on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf6df on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.5%
Blue87.5%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#edf6df text on a black background
contrast 18.85:1
Card sample
#edf6df text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf6df;
Background color
Panel with #edf6df background
background-color: #edf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf6df; background: linear-gradient(135deg, #edf6df, #DFF6E0);