#edf7cf
a pale, vivid green · cool · closest name: beige
RGB
237, 247, 207
HSL
75°, 71%, 89%
CMYK
4, 0, 16, 3
Luminance
0.8903
Every format
| HEX | #edf7cf |
| RGB | rgb(237, 247, 207) |
| HSL | hsl(75, 71%, 89%) |
| CMYK | cmyk(4%, 0%, 16%, 3%) |
| LAB | lab(95.6 -10.0 18.1) |
| LCH | lch(95.6 20.7 118.9) |
| OKLCH | oklch(0.958 0.053 118.8) |
Copy-ready code
/* CSS */
color: #edf7cf;
background-color: #edf7cf;
/* Tailwind (arbitrary) */
class="text-[#edf7cf] bg-[#edf7cf]"
/* SCSS */
$brand: #edf7cf;
/* SwiftUI */
Color(red: 0.929, green: 0.969, blue: 0.812)
/* Android */
Color.parseColor("#edf7cf")Accessibility — WCAG contrast
Aa
#edf7cf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf7cf on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.9%
Blue81.2%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow16.2%
Key (black)3.1%
Color previews
#edf7cf text on a black background
contrast 18.81:1
Card sample
#edf7cf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf7cf;
Background color
Panel with #edf7cf background
background-color: #edf7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 247, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 247, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf7cf; background: linear-gradient(135deg, #edf7cf, #D2F7CF);