#5ee486
a balanced, vivid green · cool · closest name: aquamarine
RGB
94, 228, 134
HSL
138°, 71%, 63%
CMYK
59, 0, 41, 11
Luminance
0.5959
Every format
| HEX | #5ee486 |
| RGB | rgb(94, 228, 134) |
| HSL | hsl(138, 71%, 63%) |
| CMYK | cmyk(59%, 0%, 41%, 11%) |
| LAB | lab(81.6 -56.8 35.2) |
| LCH | lch(81.6 66.8 148.2) |
| OKLCH | oklch(0.822 0.176 150.5) |
Copy-ready code
/* CSS */
color: #5ee486;
background-color: #5ee486;
/* Tailwind (arbitrary) */
class="text-[#5ee486] bg-[#5ee486]"
/* SCSS */
$brand: #5ee486;
/* SwiftUI */
Color(red: 0.369, green: 0.894, blue: 0.525)
/* Android */
Color.parseColor("#5ee486")Accessibility — WCAG contrast
Aa
#5ee486 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ee486 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green89.4%
Blue52.5%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow41.2%
Key (black)10.6%
Color previews
#5ee486 text on a black background
contrast 12.92:1
Card sample
#5ee486 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ee486;
Background color
Panel with #5ee486 background
background-color: #5ee486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ee486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 228, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 228, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ee486; background: linear-gradient(135deg, #5ee486, #5EE4DF);