#5ee5b8
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
94, 229, 184
HSL
160°, 72%, 63%
CMYK
59, 0, 20, 10
Luminance
0.6188
Every format
| HEX | #5ee5b8 |
| RGB | rgb(94, 229, 184) |
| HSL | hsl(160, 72%, 63%) |
| CMYK | cmyk(59%, 0%, 20%, 10%) |
| LAB | lab(82.8 -47.4 11.0) |
| LCH | lch(82.8 48.7 166.9) |
| OKLCH | oklch(0.835 0.135 167.9) |
Copy-ready code
/* CSS */
color: #5ee5b8;
background-color: #5ee5b8;
/* Tailwind (arbitrary) */
class="text-[#5ee5b8] bg-[#5ee5b8]"
/* SCSS */
$brand: #5ee5b8;
/* SwiftUI */
Color(red: 0.369, green: 0.898, blue: 0.722)
/* Android */
Color.parseColor("#5ee5b8")Accessibility — WCAG contrast
Aa
#5ee5b8 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ee5b8 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green89.8%
Blue72.2%
CMYK percentages
Cyan59.0%
Magenta0.0%
Yellow19.7%
Key (black)10.2%
Color previews
#5ee5b8 text on a black background
contrast 13.38:1
Card sample
#5ee5b8 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ee5b8;
Background color
Panel with #5ee5b8 background
background-color: #5ee5b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ee5b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 229, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 229, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ee5b8; background: linear-gradient(135deg, #5ee5b8, #5EB8E5);