#5afbc4
a light, electric green · cool · closest name: aquamarine
RGB
90, 251, 196
HSL
160°, 95%, 67%
CMYK
64, 0, 22, 2
Luminance
0.7515
Every format
| HEX | #5afbc4 |
| RGB | rgb(90, 251, 196) |
| HSL | hsl(160, 95%, 67%) |
| CMYK | cmyk(64%, 0%, 22%, 2%) |
| LAB | lab(89.5 -54.6 14.2) |
| LCH | lch(89.5 56.4 165.5) |
| OKLCH | oklch(0.890 0.156 166.5) |
Copy-ready code
/* CSS */
color: #5afbc4;
background-color: #5afbc4;
/* Tailwind (arbitrary) */
class="text-[#5afbc4] bg-[#5afbc4]"
/* SCSS */
$brand: #5afbc4;
/* SwiftUI */
Color(red: 0.353, green: 0.984, blue: 0.769)
/* Android */
Color.parseColor("#5afbc4")Accessibility — WCAG contrast
Aa
#5afbc4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afbc4 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.4%
Blue76.9%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow21.9%
Key (black)1.6%
Color previews
#5afbc4 text on a black background
contrast 16.03:1
Card sample
#5afbc4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afbc4;
Background color
Panel with #5afbc4 background
background-color: #5afbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 251, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 251, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afbc4; background: linear-gradient(135deg, #5afbc4, #5AC7FB);