Spotify Green Hex Code — #1DB954
RGB, HSL, and CMYK values for Spotify Green.
Spotify Green Color Values
| Format | Value |
|---|---|
| HEX | #1DB954 |
| RGB | rgb(29, 185, 84) |
| HSL | hsl(141, 73%, 42%) |
| CMYK | cmyk(84%, 0%, 55%, 27%) |
Want to explore more shades? Use our Color Converter
About Spotify Green
Color psychology: Energy, music.
Spotify Green (#1DB954) is a medium shade of green. It's commonly used in web design, graphic design, and branding where energy, music are desired associations.
How to Use Spotify Green in CSS
/* Using HEX */ color: #1DB954; background-color: #1DB954; /* Using RGB */ color: rgb(29, 185, 84); /* Using HSL */ color: hsl(141, 73%, 42%);