#5fd8af
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 216, 175
HSL
160°, 61%, 61%
CMYK
56, 0, 19, 15
Luminance
0.5464
Every format
| HEX | #5fd8af |
| RGB | rgb(95, 216, 175) |
| HSL | hsl(160, 61%, 61%) |
| CMYK | cmyk(56%, 0%, 19%, 15%) |
| LAB | lab(78.8 -43.6 10.1) |
| LCH | lch(78.8 44.8 167.0) |
| OKLCH | oklch(0.802 0.125 168.0) |
Copy-ready code
/* CSS */
color: #5fd8af;
background-color: #5fd8af;
/* Tailwind (arbitrary) */
class="text-[#5fd8af] bg-[#5fd8af]"
/* SCSS */
$brand: #5fd8af;
/* SwiftUI */
Color(red: 0.373, green: 0.847, blue: 0.686)
/* Android */
Color.parseColor("#5fd8af")Accessibility — WCAG contrast
Aa
#5fd8af on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd8af on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green84.7%
Blue68.6%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow19.0%
Key (black)15.3%
Color previews
#5fd8af text on a black background
contrast 11.93:1
Card sample
#5fd8af text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd8af;
Background color
Panel with #5fd8af background
background-color: #5fd8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 216, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 216, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd8af; background: linear-gradient(135deg, #5fd8af, #5FB0D8);