#edffc2
a pale, electric green · cool · closest name: beige
RGB
237, 255, 194
HSL
78°, 100%, 88%
CMYK
7, 0, 24, 0
Luminance
0.9342
Every format
| HEX | #edffc2 |
| RGB | rgb(237, 255, 194) |
| HSL | hsl(78, 100%, 88%) |
| CMYK | cmyk(7%, 0%, 24%, 0%) |
| LAB | lab(97.4 -15.9 27.3) |
| LCH | lch(97.4 31.5 120.2) |
| OKLCH | oklch(0.972 0.081 121.3) |
Copy-ready code
/* CSS */
color: #edffc2;
background-color: #edffc2;
/* Tailwind (arbitrary) */
class="text-[#edffc2] bg-[#edffc2]"
/* SCSS */
$brand: #edffc2;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#edffc2")Accessibility — WCAG contrast
Aa
#edffc2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edffc2 on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue76.1%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#edffc2 text on a black background
contrast 19.68:1
Card sample
#edffc2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edffc2;
Background color
Panel with #edffc2 background
background-color: #edffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edffc2; background: linear-gradient(135deg, #edffc2, #C4FFC2);