#edf3df
a pale, vivid green · cool · closest name: beige
RGB
237, 243, 223
HSL
78°, 46%, 91%
CMYK
3, 0, 8, 5
Luminance
0.8743
Every format
| HEX | #edf3df |
| RGB | rgb(237, 243, 223) |
| HSL | hsl(78, 46%, 91%) |
| CMYK | cmyk(3%, 0%, 8%, 5%) |
| LAB | lab(94.9 -5.5 8.9) |
| LCH | lch(94.9 10.5 121.3) |
| OKLCH | oklch(0.954 0.027 120.5) |
Copy-ready code
/* CSS */
color: #edf3df;
background-color: #edf3df;
/* Tailwind (arbitrary) */
class="text-[#edf3df] bg-[#edf3df]"
/* SCSS */
$brand: #edf3df;
/* SwiftUI */
Color(red: 0.929, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#edf3df")Accessibility — WCAG contrast
Aa
#edf3df on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf3df on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.3%
Blue87.5%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#edf3df text on a black background
contrast 18.49:1
Card sample
#edf3df text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf3df;
Background color
Panel with #edf3df background
background-color: #edf3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf3df; background: linear-gradient(135deg, #edf3df, #E0F3DF);