#edfff2
a pale, electric green · cool · closest name: ivory
RGB
237, 255, 242
HSL
137°, 100%, 97%
CMYK
7, 0, 5, 0
Luminance
0.9594
Every format
| HEX | #edfff2 |
| RGB | rgb(237, 255, 242) |
| HSL | hsl(137, 100%, 97%) |
| CMYK | cmyk(7%, 0%, 5%, 0%) |
| LAB | lab(98.4 -8.2 4.2) |
| LCH | lch(98.4 9.2 152.9) |
| OKLCH | oklch(0.983 0.025 154.5) |
Copy-ready code
/* CSS */
color: #edfff2;
background-color: #edfff2;
/* Tailwind (arbitrary) */
class="text-[#edfff2] bg-[#edfff2]"
/* SCSS */
$brand: #edfff2;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#edfff2")Accessibility — WCAG contrast
Aa
#edfff2 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfff2 on black: 20.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue94.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#edfff2 text on a black background
contrast 20.19:1
Card sample
#edfff2 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfff2;
Background color
Panel with #edfff2 background
background-color: #edfff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfff2; background: linear-gradient(135deg, #edfff2, #EDFFFE);