#5eedab
a balanced, electric green · cool · closest name: aquamarine
RGB
94, 237, 171
HSL
152°, 80%, 65%
CMYK
60, 0, 28, 7
Luminance
0.6589
Every format
| HEX | #5eedab |
| RGB | rgb(94, 237, 171) |
| HSL | hsl(152, 80%, 65%) |
| CMYK | cmyk(60%, 0%, 28%, 7%) |
| LAB | lab(84.9 -53.5 20.8) |
| LCH | lch(84.9 57.4 158.8) |
| OKLCH | oklch(0.851 0.156 160.2) |
Copy-ready code
/* CSS */
color: #5eedab;
background-color: #5eedab;
/* Tailwind (arbitrary) */
class="text-[#5eedab] bg-[#5eedab]"
/* SCSS */
$brand: #5eedab;
/* SwiftUI */
Color(red: 0.369, green: 0.929, blue: 0.671)
/* Android */
Color.parseColor("#5eedab")Accessibility — WCAG contrast
Aa
#5eedab on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eedab on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green92.9%
Blue67.1%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow27.8%
Key (black)7.1%
Color previews
#5eedab text on a black background
contrast 14.18:1
Card sample
#5eedab text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eedab;
Background color
Panel with #5eedab background
background-color: #5eedab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eedab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 237, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 237, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eedab; background: linear-gradient(135deg, #5eedab, #5ED0ED);