#5ff3af
a light, electric green · cool · closest name: aquamarine
RGB
95, 243, 175
HSL
152°, 86%, 66%
CMYK
61, 0, 28, 5
Luminance
0.6963
Every format
| HEX | #5ff3af |
| RGB | rgb(95, 243, 175) |
| HSL | hsl(152, 86%, 66%) |
| CMYK | cmyk(61%, 0%, 28%, 5%) |
| LAB | lab(86.8 -54.9 21.3) |
| LCH | lch(86.8 58.9 158.8) |
| OKLCH | oklch(0.867 0.160 160.2) |
Copy-ready code
/* CSS */
color: #5ff3af;
background-color: #5ff3af;
/* Tailwind (arbitrary) */
class="text-[#5ff3af] bg-[#5ff3af]"
/* SCSS */
$brand: #5ff3af;
/* SwiftUI */
Color(red: 0.373, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#5ff3af")Accessibility — WCAG contrast
Aa
#5ff3af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff3af on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green95.3%
Blue68.6%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#5ff3af text on a black background
contrast 14.93:1
Card sample
#5ff3af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff3af;
Background color
Panel with #5ff3af background
background-color: #5ff3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff3af; background: linear-gradient(135deg, #5ff3af, #5FD4F3);