#5eef82
a light, electric green · cool · closest name: aquamarine
RGB
94, 239, 130
HSL
135°, 82%, 65%
CMYK
61, 0, 46, 6
Luminance
0.6572
Every format
| HEX | #5eef82 |
| RGB | rgb(94, 239, 130) |
| HSL | hsl(135, 82%, 65%) |
| CMYK | cmyk(61%, 0%, 46%, 6%) |
| LAB | lab(84.8 -61.6 41.3) |
| LCH | lch(84.8 74.1 146.1) |
| OKLCH | oklch(0.849 0.195 148.7) |
Copy-ready code
/* CSS */
color: #5eef82;
background-color: #5eef82;
/* Tailwind (arbitrary) */
class="text-[#5eef82] bg-[#5eef82]"
/* SCSS */
$brand: #5eef82;
/* SwiftUI */
Color(red: 0.369, green: 0.937, blue: 0.510)
/* Android */
Color.parseColor("#5eef82")Accessibility — WCAG contrast
Aa
#5eef82 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eef82 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green93.7%
Blue51.0%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow45.6%
Key (black)6.3%
Color previews
#5eef82 text on a black background
contrast 14.14:1
Card sample
#5eef82 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eef82;
Background color
Panel with #5eef82 background
background-color: #5eef82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eef82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 239, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 239, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eef82; background: linear-gradient(135deg, #5eef82, #5EEFE3);