#edf6d7
a pale, vivid green · cool · closest name: beige
RGB
237, 246, 215
HSL
77°, 63%, 90%
CMYK
4, 0, 13, 4
Luminance
0.8882
Every format
| HEX | #edf6d7 |
| RGB | rgb(237, 246, 215) |
| HSL | hsl(77, 63%, 90%) |
| CMYK | cmyk(4%, 0%, 13%, 4%) |
| LAB | lab(95.5 -8.3 13.9) |
| LCH | lch(95.5 16.2 120.7) |
| OKLCH | oklch(0.958 0.042 120.4) |
Copy-ready code
/* CSS */
color: #edf6d7;
background-color: #edf6d7;
/* Tailwind (arbitrary) */
class="text-[#edf6d7] bg-[#edf6d7]"
/* SCSS */
$brand: #edf6d7;
/* SwiftUI */
Color(red: 0.929, green: 0.965, blue: 0.843)
/* Android */
Color.parseColor("#edf6d7")Accessibility — WCAG contrast
Aa
#edf6d7 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf6d7 on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.5%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow12.6%
Key (black)3.5%
Color previews
#edf6d7 text on a black background
contrast 18.76:1
Card sample
#edf6d7 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf6d7;
Background color
Panel with #edf6d7 background
background-color: #edf6d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf6d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 246, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 246, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf6d7; background: linear-gradient(135deg, #edf6d7, #D8F6D7);