#5af89c
a light, electric green · cool · closest name: aquamarine
RGB
90, 248, 156
HSL
145°, 92%, 66%
CMYK
64, 0, 37, 3
Luminance
0.7171
Every format
| HEX | #5af89c |
| RGB | rgb(90, 248, 156) |
| HSL | hsl(145, 92%, 66%) |
| CMYK | cmyk(64%, 0%, 37%, 3%) |
| LAB | lab(87.8 -61.4 32.3) |
| LCH | lch(87.8 69.4 152.2) |
| OKLCH | oklch(0.874 0.185 154.1) |
Copy-ready code
/* CSS */
color: #5af89c;
background-color: #5af89c;
/* Tailwind (arbitrary) */
class="text-[#5af89c] bg-[#5af89c]"
/* SCSS */
$brand: #5af89c;
/* SwiftUI */
Color(red: 0.353, green: 0.973, blue: 0.612)
/* Android */
Color.parseColor("#5af89c")Accessibility — WCAG contrast
Aa
#5af89c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af89c on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green97.3%
Blue61.2%
CMYK percentages
Cyan63.7%
Magenta0.0%
Yellow37.1%
Key (black)2.7%
Color previews
#5af89c text on a black background
contrast 15.34:1
Card sample
#5af89c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af89c;
Background color
Panel with #5af89c background
background-color: #5af89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 248, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 248, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af89c; background: linear-gradient(135deg, #5af89c, #5AEBF8);