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