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