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