#5afbab
a light, electric green · cool · closest name: aquamarine
RGB
90, 251, 171
HSL
150°, 95%, 67%
CMYK
64, 0, 32, 2
Luminance
0.7411
Every format
| HEX | #5afbab |
| RGB | rgb(90, 251, 171) |
| HSL | hsl(150, 95%, 67%) |
| CMYK | cmyk(64%, 0%, 32%, 2%) |
| LAB | lab(89.0 -59.7 26.3) |
| LCH | lch(89.0 65.3 156.3) |
| OKLCH | oklch(0.884 0.175 157.8) |
Copy-ready code
/* CSS */
color: #5afbab;
background-color: #5afbab;
/* Tailwind (arbitrary) */
class="text-[#5afbab] bg-[#5afbab]"
/* SCSS */
$brand: #5afbab;
/* SwiftUI */
Color(red: 0.353, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#5afbab")Accessibility — WCAG contrast
Aa
#5afbab on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afbab on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.4%
Blue67.1%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#5afbab text on a black background
contrast 15.82:1
Card sample
#5afbab text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afbab;
Background color
Panel with #5afbab background
background-color: #5afbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afbab; background: linear-gradient(135deg, #5afbab, #5AE0FB);