#5fd385
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 211, 133
HSL
140°, 57%, 60%
CMYK
55, 0, 37, 17
Luminance
0.5071
Every format
| HEX | #5fd385 |
| RGB | rgb(95, 211, 133) |
| HSL | hsl(140, 57%, 60%) |
| CMYK | cmyk(55%, 0%, 37%, 17%) |
| LAB | lab(76.5 -50.0 28.9) |
| LCH | lch(76.5 57.8 149.9) |
| OKLCH | oklch(0.780 0.154 151.9) |
Copy-ready code
/* CSS */
color: #5fd385;
background-color: #5fd385;
/* Tailwind (arbitrary) */
class="text-[#5fd385] bg-[#5fd385]"
/* SCSS */
$brand: #5fd385;
/* SwiftUI */
Color(red: 0.373, green: 0.827, blue: 0.522)
/* Android */
Color.parseColor("#5fd385")Accessibility — WCAG contrast
Aa
#5fd385 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd385 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green82.7%
Blue52.2%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow37.0%
Key (black)17.3%
Color previews
#5fd385 text on a black background
contrast 11.14:1
Card sample
#5fd385 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd385;
Background color
Panel with #5fd385 background
background-color: #5fd385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 211, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 211, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd385; background: linear-gradient(135deg, #5fd385, #5FD3D2);