#edf7cd
a pale, vivid green · cool · closest name: beige
RGB
237, 247, 205
HSL
74°, 72%, 89%
CMYK
4, 0, 17, 3
Luminance
0.8893
Every format
| HEX | #edf7cd |
| RGB | rgb(237, 247, 205) |
| HSL | hsl(74, 72%, 89%) |
| CMYK | cmyk(4%, 0%, 17%, 3%) |
| LAB | lab(95.5 -10.3 19.1) |
| LCH | lch(95.5 21.7 118.4) |
| OKLCH | oklch(0.958 0.056 118.3) |
Copy-ready code
/* CSS */
color: #edf7cd;
background-color: #edf7cd;
/* Tailwind (arbitrary) */
class="text-[#edf7cd] bg-[#edf7cd]"
/* SCSS */
$brand: #edf7cd;
/* SwiftUI */
Color(red: 0.929, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#edf7cd")Accessibility — WCAG contrast
Aa
#edf7cd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf7cd on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.9%
Blue80.4%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow17.0%
Key (black)3.1%
Color previews
#edf7cd text on a black background
contrast 18.79:1
Card sample
#edf7cd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf7cd;
Background color
Panel with #edf7cd background
background-color: #edf7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 247, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 247, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf7cd; background: linear-gradient(135deg, #edf7cd, #D1F7CD);