Slack Purple Hex Code — #4A154B
RGB, HSL, and CMYK values for Slack Purple.
Slack Purple Color Values
| Format | Value |
|---|---|
| HEX | #4A154B |
| RGB | rgb(74, 21, 75) |
| HSL | hsl(299, 56%, 19%) |
| CMYK | cmyk(1%, 72%, 0%, 71%) |
Want to explore more shades? Use our Color Converter
About Slack Purple
Color psychology: Communication, collaboration.
Slack Purple (#4A154B) is a dark shade of purple. It's commonly used in web design, graphic design, and branding where communication, collaboration are desired associations.
How to Use Slack Purple in CSS
/* Using HEX */ color: #4A154B; background-color: #4A154B; /* Using RGB */ color: rgb(74, 21, 75); /* Using HSL */ color: hsl(299, 56%, 19%);