#5aefba
a balanced, electric green · cool · closest name: aquamarine
RGB
90, 239, 186
HSL
159°, 82%, 65%
CMYK
62, 0, 22, 6
Luminance
0.6745
Every format
| HEX | #5aefba |
| RGB | rgb(90, 239, 186) |
| HSL | hsl(159, 82%, 65%) |
| CMYK | cmyk(62%, 0%, 22%, 6%) |
| LAB | lab(85.7 -51.9 14.1) |
| LCH | lch(85.7 53.7 164.8) |
| OKLCH | oklch(0.859 0.148 165.9) |
Copy-ready code
/* CSS */
color: #5aefba;
background-color: #5aefba;
/* Tailwind (arbitrary) */
class="text-[#5aefba] bg-[#5aefba]"
/* SCSS */
$brand: #5aefba;
/* SwiftUI */
Color(red: 0.353, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#5aefba")Accessibility — WCAG contrast
Aa
#5aefba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aefba on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green93.7%
Blue72.9%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#5aefba text on a black background
contrast 14.49:1
Card sample
#5aefba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aefba;
Background color
Panel with #5aefba background
background-color: #5aefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aefba; background: linear-gradient(135deg, #5aefba, #5AC1EF);