#5afec6
a light, electric green · cool · closest name: aquamarine
RGB
90, 254, 198
HSL
160°, 99%, 68%
CMYK
65, 0, 22, 0
Luminance
0.7713
Every format
| HEX | #5afec6 |
| RGB | rgb(90, 254, 198) |
| HSL | hsl(160, 99%, 68%) |
| CMYK | cmyk(65%, 0%, 22%, 0%) |
| LAB | lab(90.4 -55.3 14.4) |
| LCH | lch(90.4 57.2 165.4) |
| OKLCH | oklch(0.897 0.158 166.5) |
Copy-ready code
/* CSS */
color: #5afec6;
background-color: #5afec6;
/* Tailwind (arbitrary) */
class="text-[#5afec6] bg-[#5afec6]"
/* SCSS */
$brand: #5afec6;
/* SwiftUI */
Color(red: 0.353, green: 0.996, blue: 0.776)
/* Android */
Color.parseColor("#5afec6")Accessibility — WCAG contrast
Aa
#5afec6 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afec6 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green99.6%
Blue77.6%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow22.0%
Key (black)0.4%
Color previews
#5afec6 text on a black background
contrast 16.43:1
Card sample
#5afec6 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afec6;
Background color
Panel with #5afec6 background
background-color: #5afec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 254, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 254, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afec6; background: linear-gradient(135deg, #5afec6, #5AC9FE);