#5afb9b
a light, electric green · cool · closest name: aquamarine
RGB
90, 251, 155
HSL
144°, 95%, 67%
CMYK
64, 0, 38, 2
Luminance
0.7353
Every format
| HEX | #5afb9b |
| RGB | rgb(90, 251, 155) |
| HSL | hsl(144, 95%, 67%) |
| CMYK | cmyk(64%, 0%, 38%, 2%) |
| LAB | lab(88.7 -62.7 34.0) |
| LCH | lch(88.7 71.3 151.6) |
| OKLCH | oklch(0.881 0.189 153.4) |
Copy-ready code
/* CSS */
color: #5afb9b;
background-color: #5afb9b;
/* Tailwind (arbitrary) */
class="text-[#5afb9b] bg-[#5afb9b]"
/* SCSS */
$brand: #5afb9b;
/* SwiftUI */
Color(red: 0.353, green: 0.984, blue: 0.608)
/* Android */
Color.parseColor("#5afb9b")Accessibility — WCAG contrast
Aa
#5afb9b on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afb9b on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.4%
Blue60.8%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow38.2%
Key (black)1.6%
Color previews
#5afb9b text on a black background
contrast 15.71:1
Card sample
#5afb9b text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afb9b;
Background color
Panel with #5afb9b background
background-color: #5afb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 251, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 251, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afb9b; background: linear-gradient(135deg, #5afb9b, #5AF0FB);