#5eeeaa
a light, electric green · cool · closest name: aquamarine
RGB
94, 238, 170
HSL
152°, 81%, 65%
CMYK
61, 0, 29, 7
Luminance
0.6643
Every format
| HEX | #5eeeaa |
| RGB | rgb(94, 238, 170) |
| HSL | hsl(152, 81%, 65%) |
| CMYK | cmyk(61%, 0%, 29%, 7%) |
| LAB | lab(85.2 -54.1 21.6) |
| LCH | lch(85.2 58.3 158.2) |
| OKLCH | oklch(0.854 0.158 159.6) |
Copy-ready code
/* CSS */
color: #5eeeaa;
background-color: #5eeeaa;
/* Tailwind (arbitrary) */
class="text-[#5eeeaa] bg-[#5eeeaa]"
/* SCSS */
$brand: #5eeeaa;
/* SwiftUI */
Color(red: 0.369, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#5eeeaa")Accessibility — WCAG contrast
Aa
#5eeeaa on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eeeaa on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green93.3%
Blue66.7%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#5eeeaa text on a black background
contrast 14.29:1
Card sample
#5eeeaa text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eeeaa;
Background color
Panel with #5eeeaa background
background-color: #5eeeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eeeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eeeaa; background: linear-gradient(135deg, #5eeeaa, #5ED2EE);