#5afeb9
a light, electric green · cool · closest name: aquamarine
RGB
90, 254, 185
HSL
155°, 99%, 68%
CMYK
65, 0, 27, 0
Luminance
0.7656
Every format
| HEX | #5afeb9 |
| RGB | rgb(90, 254, 185) |
| HSL | hsl(155, 99%, 68%) |
| CMYK | cmyk(65%, 0%, 27%, 0%) |
| LAB | lab(90.1 -58.1 20.7) |
| LCH | lch(90.1 61.7 160.4) |
| OKLCH | oklch(0.894 0.168 161.6) |
Copy-ready code
/* CSS */
color: #5afeb9;
background-color: #5afeb9;
/* Tailwind (arbitrary) */
class="text-[#5afeb9] bg-[#5afeb9]"
/* SCSS */
$brand: #5afeb9;
/* SwiftUI */
Color(red: 0.353, green: 0.996, blue: 0.725)
/* Android */
Color.parseColor("#5afeb9")Accessibility — WCAG contrast
Aa
#5afeb9 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afeb9 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green99.6%
Blue72.5%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow27.2%
Key (black)0.4%
Color previews
#5afeb9 text on a black background
contrast 16.31:1
Card sample
#5afeb9 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afeb9;
Background color
Panel with #5afeb9 background
background-color: #5afeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 254, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 254, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afeb9; background: linear-gradient(135deg, #5afeb9, #5AD6FE);