#edf4cf
a pale, vivid green · cool · closest name: beige
RGB
237, 244, 207
HSL
71°, 63%, 88%
CMYK
3, 0, 15, 4
Luminance
0.8721
Every format
| HEX | #edf4cf |
| RGB | rgb(237, 244, 207) |
| HSL | hsl(71, 63%, 88%) |
| CMYK | cmyk(3%, 0%, 15%, 4%) |
| LAB | lab(94.8 -8.5 17.1) |
| LCH | lch(94.8 19.1 116.5) |
| OKLCH | oklch(0.952 0.049 116.0) |
Copy-ready code
/* CSS */
color: #edf4cf;
background-color: #edf4cf;
/* Tailwind (arbitrary) */
class="text-[#edf4cf] bg-[#edf4cf]"
/* SCSS */
$brand: #edf4cf;
/* SwiftUI */
Color(red: 0.929, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#edf4cf")Accessibility — WCAG contrast
Aa
#edf4cf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf4cf on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.7%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#edf4cf text on a black background
contrast 18.44:1
Card sample
#edf4cf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf4cf;
Background color
Panel with #edf4cf background
background-color: #edf4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf4cf; background: linear-gradient(135deg, #edf4cf, #D4F4CF);