#5fd47f
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 212, 127
HSL
136°, 58%, 60%
CMYK
55, 0, 40, 17
Luminance
0.5105
Every format
| HEX | #5fd47f |
| RGB | rgb(95, 212, 127) |
| HSL | hsl(136, 58%, 60%) |
| CMYK | cmyk(55%, 0%, 40%, 17%) |
| LAB | lab(76.7 -51.4 32.3) |
| LCH | lch(76.7 60.7 147.9) |
| OKLCH | oklch(0.782 0.161 150.1) |
Copy-ready code
/* CSS */
color: #5fd47f;
background-color: #5fd47f;
/* Tailwind (arbitrary) */
class="text-[#5fd47f] bg-[#5fd47f]"
/* SCSS */
$brand: #5fd47f;
/* SwiftUI */
Color(red: 0.373, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#5fd47f")Accessibility — WCAG contrast
Aa
#5fd47f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd47f on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green83.1%
Blue49.8%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow40.1%
Key (black)16.9%
Color previews
#5fd47f text on a black background
contrast 11.21:1
Card sample
#5fd47f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd47f;
Background color
Panel with #5fd47f background
background-color: #5fd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd47f; background: linear-gradient(135deg, #5fd47f, #5FD4CD);