Slack Purple Hex Code — #4A154B
RGB, HSL, and CMYK values for Slack Purple.
Last updated: April 6, 2026
Slack Purple Color Values
| Format | Value |
|---|---|
| HEX | #4A154B |
| RGB | rgb(74, 21, 75) |
| HSL | hsl(299, 56%, 19%) |
| CMYK | cmyk(1%, 72%, 0%, 71%) |
About Slack Purple
Color psychology: Communication, collaboration.
Slack Purple (#4A154B) is a dark shade of purple with a hue angle of 299° on the color wheel, 56% saturation, and 19% lightness. It's commonly used in web design, graphic design, and branding where communication, collaboration are desired associations.
In color theory, Slack Purple sits in the cool section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Slack Purple in Design
Web Design
Use Slack Purple for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Slack Purple conveys communication, collaboration — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:1% M:72% Y:0% K:71%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Slack Purple are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Slack Purple in CSS
/* Using HEX */ color: #4A154B; background-color: #4A154B; /* Using RGB */ color: rgb(74, 21, 75); /* Using HSL — best for creating variations */ color: hsl(299, 56%, 19%); /* Transparent overlay (50% opacity) */ background-color: rgba(74, 21, 75, 0.5); /* Lighter variant for hover states */ background-color: hsl(299, 56%, 29%); /* Darker variant for active states */ background-color: hsl(299, 56%, 9%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Slack Purple without changing its core hue or saturation.
Colors That Go With Slack Purple
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Slack Purple?
What is Slack Purple in RGB and when should I use RGB?
How to use Slack Purple in CSS with different color formats?
What is the HSL value of Slack Purple and why is HSL useful for designers?
What is the CMYK value of Slack Purple for print design?
What colors pair well with Slack Purple in design projects?
Is Slack Purple (#4A154B) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.