#5eefba
a light, electric green · cool · closest name: aquamarine
RGB
94, 239, 186
HSL
158°, 82%, 65%
CMYK
61, 0, 22, 6
Luminance
0.6766
Every format
| HEX | #5eefba |
| RGB | rgb(94, 239, 186) |
| HSL | hsl(158, 82%, 65%) |
| CMYK | cmyk(61%, 0%, 22%, 6%) |
| LAB | lab(85.8 -51.1 14.2) |
| LCH | lch(85.8 53.1 164.5) |
| OKLCH | oklch(0.860 0.146 165.6) |
Copy-ready code
/* CSS */
color: #5eefba;
background-color: #5eefba;
/* Tailwind (arbitrary) */
class="text-[#5eefba] bg-[#5eefba]"
/* SCSS */
$brand: #5eefba;
/* SwiftUI */
Color(red: 0.369, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#5eefba")Accessibility — WCAG contrast
Aa
#5eefba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eefba on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green93.7%
Blue72.9%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#5eefba text on a black background
contrast 14.53:1
Card sample
#5eefba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eefba;
Background color
Panel with #5eefba background
background-color: #5eefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eefba; background: linear-gradient(135deg, #5eefba, #5EC3EF);