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