#edffeb
a pale, electric green · cool · closest name: ivory
RGB
237, 255, 235
HSL
114°, 100%, 96%
CMYK
7, 0, 8, 0
Luminance
0.9552
Every format
| HEX | #edffeb |
| RGB | rgb(237, 255, 235) |
| HSL | hsl(114, 100%, 96%) |
| CMYK | cmyk(7%, 0%, 8%, 0%) |
| LAB | lab(98.2 -9.4 7.5) |
| LCH | lch(98.2 12.1 141.3) |
| OKLCH | oklch(0.981 0.032 142.5) |
Copy-ready code
/* CSS */
color: #edffeb;
background-color: #edffeb;
/* Tailwind (arbitrary) */
class="text-[#edffeb] bg-[#edffeb]"
/* SCSS */
$brand: #edffeb;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#edffeb")Accessibility — WCAG contrast
Aa
#edffeb on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edffeb on black: 20.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue92.2%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#edffeb text on a black background
contrast 20.10:1
Card sample
#edffeb text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edffeb;
Background color
Panel with #edffeb background
background-color: #edffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edffeb; background: linear-gradient(135deg, #edffeb, #EBFFF6);