#edfeaf
a light, electric green · cool · closest name: khaki
RGB
237, 254, 175
HSL
73°, 98%, 84%
CMYK
7, 0, 31, 0
Luminance
0.9198
Every format
| HEX | #edfeaf |
| RGB | rgb(237, 254, 175) |
| HSL | hsl(73, 98%, 84%) |
| CMYK | cmyk(7%, 0%, 31%, 0%) |
| LAB | lab(96.8 -17.9 36.0) |
| LCH | lch(96.8 40.2 116.5) |
| OKLCH | oklch(0.966 0.102 118.2) |
Copy-ready code
/* CSS */
color: #edfeaf;
background-color: #edfeaf;
/* Tailwind (arbitrary) */
class="text-[#edfeaf] bg-[#edfeaf]"
/* SCSS */
$brand: #edfeaf;
/* SwiftUI */
Color(red: 0.929, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#edfeaf")Accessibility — WCAG contrast
Aa
#edfeaf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfeaf on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.6%
Blue68.6%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#edfeaf text on a black background
contrast 19.40:1
Card sample
#edfeaf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfeaf;
Background color
Panel with #edfeaf background
background-color: #edfeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfeaf; background: linear-gradient(135deg, #edfeaf, #B8FEAF);