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