#edf3cf
a pale, vivid green · cool · closest name: beige
RGB
237, 243, 207
HSL
70°, 60%, 88%
CMYK
3, 0, 15, 5
Luminance
0.8661
Every format
| HEX | #edf3cf |
| RGB | rgb(237, 243, 207) |
| HSL | hsl(70, 60%, 88%) |
| CMYK | cmyk(3%, 0%, 15%, 5%) |
| LAB | lab(94.6 -8.0 16.7) |
| LCH | lch(94.6 18.5 115.6) |
| OKLCH | oklch(0.950 0.048 115.0) |
Copy-ready code
/* CSS */
color: #edf3cf;
background-color: #edf3cf;
/* Tailwind (arbitrary) */
class="text-[#edf3cf] bg-[#edf3cf]"
/* SCSS */
$brand: #edf3cf;
/* SwiftUI */
Color(red: 0.929, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#edf3cf")Accessibility — WCAG contrast
Aa
#edf3cf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf3cf on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.3%
Blue81.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#edf3cf text on a black background
contrast 18.32:1
Card sample
#edf3cf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf3cf;
Background color
Panel with #edf3cf background
background-color: #edf3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf3cf; background: linear-gradient(135deg, #edf3cf, #D5F3CF);