T
ToolPrime

Magenta Burst Color Palette

A vibrant magenta palette that commands attention. Perfect for bold branding, festivals, and creative campaigns.

Deep Plum

HEX: #6b1080

RGB: rgb(107, 16, 128)

HSL: hsl(289, 78%, 28%)

Royal Magenta

HEX: #9333ea

RGB: rgb(147, 51, 234)

HSL: hsl(271, 81%, 56%)

Magenta Burst

HEX: #c026d3

RGB: rgb(192, 38, 211)

HSL: hsl(293, 69%, 49%)

Orchid

HEX: #e879f9

RGB: rgb(232, 121, 249)

HSL: hsl(292, 91%, 73%)

Soft Magenta

HEX: #f5d0fe

RGB: rgb(245, 208, 254)

HSL: hsl(288, 96%, 91%)

CSS Variables

:root {
  --magenta-burst-1: #6b1080;
  --magenta-burst-2: #9333ea;
  --magenta-burst-3: #c026d3;
  --magenta-burst-4: #e879f9;
  --magenta-burst-5: #f5d0fe;
}

Tailwind CSS Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'magenta-burst': {
          '100': '#6b1080',
          '200': '#9333ea',
          '300': '#c026d3',
          '400': '#e879f9',
          '500': '#f5d0fe',
        },
      },
    },
  },
}

Use Cases

Festival branding
Creative campaigns
Music events
Bold social media

Related Palettes

Frequently Asked Questions

What is the difference between magenta and pink?
Magenta is a blue-toned pink that sits between red and violet on the color wheel. Pink is a tint of red. Magenta feels more energetic and modern than traditional pink.
Can magenta work for B2B brands?
Magenta can work for B2B brands in creative industries. Deutsche Telekom and T-Mobile use magenta successfully in telecommunications.