T
ToolPrime

Startup Purple Color Palette

A modern purple palette for innovative startups and creative tech brands. Conveys creativity and forward thinking.

Dark Purple

HEX: #3b0764

RGB: rgb(59, 7, 100)

HSL: hsl(274, 87%, 21%)

Brand Purple

HEX: #6d28d9

RGB: rgb(109, 40, 217)

HSL: hsl(263, 70%, 50%)

Startup Purple

HEX: #8b5cf6

RGB: rgb(139, 92, 246)

HSL: hsl(258, 90%, 66%)

Light Purple

HEX: #c4b5fd

RGB: rgb(196, 181, 253)

HSL: hsl(252, 95%, 85%)

Purple Surface

HEX: #ede9fe

RGB: rgb(237, 233, 254)

HSL: hsl(251, 91%, 95%)

CSS Variables

:root {
  --startup-purple-1: #3b0764;
  --startup-purple-2: #6d28d9;
  --startup-purple-3: #8b5cf6;
  --startup-purple-4: #c4b5fd;
  --startup-purple-5: #ede9fe;
}

Tailwind CSS Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'startup-purple': {
          '100': '#3b0764',
          '200': '#6d28d9',
          '300': '#8b5cf6',
          '400': '#c4b5fd',
          '500': '#ede9fe',
        },
      },
    },
  },
}

Use Cases

Tech startups
AI companies
Creative platforms
Design tools

Related Palettes

Frequently Asked Questions

Why are startups choosing purple?
Purple differentiates startups from the sea of blue tech brands. It conveys innovation, creativity, and premium positioning while still feeling tech-forward.
Which famous tech brands use purple?
Twitch, Discord, Figma, Notion, Stripe, and Heroku all use purple prominently, establishing it as a modern tech color alternative to blue.