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