#5fdfab
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 223, 171
HSL
156°, 67%, 62%
CMYK
57, 0, 23, 13
Luminance
0.5815
Every format
| HEX | #5fdfab |
| RGB | rgb(95, 223, 171) |
| HSL | hsl(156, 67%, 62%) |
| CMYK | cmyk(57%, 0%, 23%, 13%) |
| LAB | lab(80.8 -47.5 15.0) |
| LCH | lch(80.8 49.8 162.5) |
| OKLCH | oklch(0.818 0.137 163.7) |
Copy-ready code
/* CSS */
color: #5fdfab;
background-color: #5fdfab;
/* Tailwind (arbitrary) */
class="text-[#5fdfab] bg-[#5fdfab]"
/* SCSS */
$brand: #5fdfab;
/* SwiftUI */
Color(red: 0.373, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#5fdfab")Accessibility — WCAG contrast
Aa
#5fdfab on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdfab on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green87.5%
Blue67.1%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#5fdfab text on a black background
contrast 12.63:1
Card sample
#5fdfab text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdfab;
Background color
Panel with #5fdfab background
background-color: #5fdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdfab; background: linear-gradient(135deg, #5fdfab, #5FBEDF);