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