#5fd7ac
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 215, 172
HSL
159°, 60%, 61%
CMYK
56, 0, 20, 16
Luminance
0.5401
Every format
| HEX | #5fd7ac |
| RGB | rgb(95, 215, 172) |
| HSL | hsl(159, 60%, 61%) |
| CMYK | cmyk(56%, 0%, 20%, 16%) |
| LAB | lab(78.5 -43.9 11.2) |
| LCH | lch(78.5 45.3 165.7) |
| OKLCH | oklch(0.799 0.126 166.8) |
Copy-ready code
/* CSS */
color: #5fd7ac;
background-color: #5fd7ac;
/* Tailwind (arbitrary) */
class="text-[#5fd7ac] bg-[#5fd7ac]"
/* SCSS */
$brand: #5fd7ac;
/* SwiftUI */
Color(red: 0.373, green: 0.843, blue: 0.675)
/* Android */
Color.parseColor("#5fd7ac")Accessibility — WCAG contrast
Aa
#5fd7ac on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd7ac on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green84.3%
Blue67.5%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow20.0%
Key (black)15.7%
Color previews
#5fd7ac text on a black background
contrast 11.80:1
Card sample
#5fd7ac text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd7ac;
Background color
Panel with #5fd7ac background
background-color: #5fd7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 215, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 215, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd7ac; background: linear-gradient(135deg, #5fd7ac, #5FB2D7);