#edfef0
a pale, electric green · cool · closest name: ivory
RGB
237, 254, 240
HSL
131°, 90%, 96%
CMYK
7, 0, 6, 0
Luminance
0.9518
Every format
| HEX | #edfef0 |
| RGB | rgb(237, 254, 240) |
| HSL | hsl(131, 90%, 96%) |
| CMYK | cmyk(7%, 0%, 6%, 0%) |
| LAB | lab(98.1 -8.1 4.8) |
| LCH | lch(98.1 9.4 149.3) |
| OKLCH | oklch(0.981 0.026 150.8) |
Copy-ready code
/* CSS */
color: #edfef0;
background-color: #edfef0;
/* Tailwind (arbitrary) */
class="text-[#edfef0] bg-[#edfef0]"
/* SCSS */
$brand: #edfef0;
/* SwiftUI */
Color(red: 0.929, green: 0.996, blue: 0.941)
/* Android */
Color.parseColor("#edfef0")Accessibility — WCAG contrast
Aa
#edfef0 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfef0 on black: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.6%
Blue94.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow5.5%
Key (black)0.4%
Color previews
#edfef0 text on a black background
contrast 20.04:1
Card sample
#edfef0 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfef0;
Background color
Panel with #edfef0 background
background-color: #edfef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 254, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 254, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfef0; background: linear-gradient(135deg, #edfef0, #EDFEFB);