#5af49f
a light, electric green · cool · closest name: aquamarine
RGB
90, 244, 159
HSL
147°, 88%, 66%
CMYK
63, 0, 35, 4
Luminance
0.6938
Every format
| HEX | #5af49f |
| RGB | rgb(90, 244, 159) |
| HSL | hsl(147, 88%, 66%) |
| CMYK | cmyk(63%, 0%, 35%, 4%) |
| LAB | lab(86.7 -59.3 29.3) |
| LCH | lch(86.7 66.2 153.7) |
| OKLCH | oklch(0.865 0.177 155.4) |
Copy-ready code
/* CSS */
color: #5af49f;
background-color: #5af49f;
/* Tailwind (arbitrary) */
class="text-[#5af49f] bg-[#5af49f]"
/* SCSS */
$brand: #5af49f;
/* SwiftUI */
Color(red: 0.353, green: 0.957, blue: 0.624)
/* Android */
Color.parseColor("#5af49f")Accessibility — WCAG contrast
Aa
#5af49f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af49f on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green95.7%
Blue62.4%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow34.8%
Key (black)4.3%
Color previews
#5af49f text on a black background
contrast 14.88:1
Card sample
#5af49f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af49f;
Background color
Panel with #5af49f background
background-color: #5af49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 244, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 244, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af49f; background: linear-gradient(135deg, #5af49f, #5AE2F4);