#5afbc0
a light, electric green · cool · closest name: aquamarine
RGB
90, 251, 192
HSL
158°, 95%, 67%
CMYK
64, 0, 24, 2
Luminance
0.7497
Every format
| HEX | #5afbc0 |
| RGB | rgb(90, 251, 192) |
| HSL | hsl(158, 95%, 67%) |
| CMYK | cmyk(64%, 0%, 24%, 2%) |
| LAB | lab(89.4 -55.4 16.1) |
| LCH | lch(89.4 57.7 163.8) |
| OKLCH | oklch(0.889 0.159 164.9) |
Copy-ready code
/* CSS */
color: #5afbc0;
background-color: #5afbc0;
/* Tailwind (arbitrary) */
class="text-[#5afbc0] bg-[#5afbc0]"
/* SCSS */
$brand: #5afbc0;
/* SwiftUI */
Color(red: 0.353, green: 0.984, blue: 0.753)
/* Android */
Color.parseColor("#5afbc0")Accessibility — WCAG contrast
Aa
#5afbc0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afbc0 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.4%
Blue75.3%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow23.5%
Key (black)1.6%
Color previews
#5afbc0 text on a black background
contrast 15.99:1
Card sample
#5afbc0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afbc0;
Background color
Panel with #5afbc0 background
background-color: #5afbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 251, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 251, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afbc0; background: linear-gradient(135deg, #5afbc0, #5ACBFB);