Slack Inspired Color Palette

Deep aubergine purple with vibrant green, blue, and warm yellow create Slack's playful professionalism. This team-friendly palette works for collaboration tools, team dashboards, and workplace communication apps.

#4A154B

Dark Purple

RGB(74, 21, 75)

HSL(299, 56%, 19%)

#36C5F0

Vivid Cyan

RGB(54, 197, 240)

HSL(194, 86%, 58%)

#2EB67D

Teal

RGB(46, 182, 125)

HSL(155, 60%, 45%)

#ECB22E

Vivid Orange

RGB(236, 178, 46)

HSL(42, 83%, 55%)

#E01E5A

Red

RGB(224, 30, 90)

HSL(341, 76%, 50%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkCollaboration tools
  • checkTeam dashboards
  • checkCommunication apps

businessIndustries

  • checkTechnology
  • checkWorkplace
Mood:playful-professional

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #4A154B;
  --color-2: #36C5F0;
  --color-3: #2EB67D;
  --color-4: #ECB22E;
  --color-5: #E01E5A;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'slack-inspired-1': '#4A154B',
  'slack-inspired-2': '#36C5F0',
  'slack-inspired-3': '#2EB67D',
  'slack-inspired-4': '#ECB22E',
  'slack-inspired-5': '#E01E5A',
  'slack-inspired-6': '#FFFFFF',
}
slackcollaborationpurpleplayfulteam

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes