Hot Pink#FF3BA7
Violet#6D4CFF
Coral#FF6B5A
Mauve#7A5C8E
Taupe#8A6F54
Palette direction

Katy Perry Inspired Color Palette

This palette channels Katy Perry’s playful pop energy with vivid, stage-ready color that still reads as a usable brand system. Electric magenta, violet-blue, and coral work together as a high-contrast trio that feels glamorous, bold, and unmistakably performance-driven.

CustomCreativekaty perry inspiredpopglamourbold
palette-preview.example
Creative color direction

Katy Perry Inspired Color Palette

This palette channels Katy Perry’s playful pop energy with vivid, stage-ready color that still reads as a usable brand system. Electric magenta, violet-blue, and coral work together as a high-contrast trio that feels glamorous, bold, and unmistakably performance-driven.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Charcoal #1E1A24on Coral #FF6B5A6.1:1 Strong
Logo Charcoal #1E1A24on Hot Pink #FF3BA75.2:1 Strong
Logo White #FFFFFFon Violet #6D4CFF5.1:1 Strong
Logo Charcoal #1E1A24on White #FFFFFF17.1:1 Excellent
Icon color
BackgroundHot Pink#FF3BA7TextCharcoal#1E1A24
Primary Button5.24:1
AA

Best for the main action users should notice first.

BackgroundCoral#FF6B5ATextCharcoal#1E1A24
Secondary Button6.11:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCoral#FF6B5A
Outlined Button2.80:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextViolet#6D4CFF
Text Button5.09:1
AA

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsCustom color relationship
9:41Katy Perry Inspired Color Palette Color role balance
Custom system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CKaty Perry Inspired Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form a bright triadic system that captures Katy Perry’s candy-pop energy without collapsing into one-note pink. Their distinct hue spacing keeps the palette lively, memorable, and flexible across branding and UI.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Hot Pink #FF3BA7
HeadlineUsed for main titles and key messages.Violet #6D4CFF
LinkUsed for links and interactive text.Violet #6D4CFF

Buttons

Primary Button
BackgroundHot Pink #FF3BA7
TextCharcoal #1E1A24
Secondary Button
BackgroundCoral #FF6B5A
TextCharcoal #1E1A24
Outlined Button
BackgroundCoral #FF6B5A
TextCoral #FF6B5A

Interface

TextDefault readable body text.Charcoal #1E1A24
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #1E1A24
IconSmall interface icons and marks.Mauve #7A5C8E
BorderCards, inputs, and component borders.Taupe #8A6F54
DividerSubtle separators between content.Taupe #8A6F54
OutlineFocus rings and emphasis outlines.Mauve #7A5C8E

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors form a bright triadic system that captures Katy Perry’s candy-pop energy without collapsing into one-note pink. Their distinct hue spacing keeps the palette lively, memorable, and flexible across branding and UI.

PrimaryHot Pink

RolesLogo, Btn Primary Bg

Hot Pink delivers the unmistakable pop-star signature and creates instant visual recognition.

HEX#FF3BA7
RGB255, 59, 167
HSL327, 100, 62
CMYK0, 77, 35, 0
SecondaryViolet

RolesLink, Headline

Violet adds a sleek, electric edge that balances the sweetness of the pink with a cooler stage-light feel.

HEX#6D4CFF
RGB109, 76, 255
HSL251, 100, 65
CMYK57, 70, 0, 0
TertiaryCoral

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Coral brings warmth and movement, keeping the palette energetic while giving the interface a bright supporting accent.

HEX#FF6B5A
RGB255, 107, 90
HSL6, 100, 68
CMYK0, 58, 65, 0

Support Colors

The support colors extend the pop palette with softer, darker counterpoints that help the vivid main colors perform in real layouts. They stay restrained so the system feels polished rather than overloaded.

Mauve

RolesIcon, Outline

Mauve softens the high-voltage main colors and gives icons and outlines a graceful middle tone.

HEX#7A5C8E
RGB122, 92, 142
HSL276, 21, 46
CMYK14, 35, 0, 44
Taupe

RolesBorder, Divider

Taupe grounds the palette with a warm neutral accent that supports structure without stealing attention.

HEX#8A6F54
RGB138, 111, 84
HSL30, 24, 44
CMYK0, 20, 39, 46

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F6F1FA
RGB246, 241, 250
HSL273, 47, 96
CMYK2, 4, 0, 2
Charcoal

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#1E1A24
RGB30, 26, 36
HSL264, 16, 12
CMYK17, 28, 0, 86

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-hot-pink: #FF3BA7;
  --color-violet: #6D4CFF;
  --color-coral: #FF6B5A;
  --color-mauve: #7A5C8E;
  --color-taupe: #8A6F54;
  --color-white: #FFFFFF;
  --color-ivory: #F6F1FA;
  --color-charcoal: #1E1A24;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #FF3BA7;
  --role-btn-primary-bg: #FF3BA7;
  --role-link: #6D4CFF;
  --role-headline: #6D4CFF;
  --role-btn-secondary-bg: #FF6B5A;
  --role-btn-outlined-border: #FF6B5A;
  --role-btn-outlined-text: #FF6B5A;
  --role-icon: #7A5C8E;
  --role-outline: #7A5C8E;
  --role-border: #8A6F54;
  --role-divider: #8A6F54;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #1E1A24;
  --role-text: #1E1A24;
  --role-btn-primary-text: #1E1A24;
  --role-btn-secondary-text: #1E1A24;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "hot-pink": "#FF3BA7",
    "violet": "#6D4CFF",
    "coral": "#FF6B5A",
    "mauve": "#7A5C8E",
    "taupe": "#8A6F54",
    "white": "#FFFFFF",
    "ivory": "#F6F1FA",
    "charcoal": "#1E1A24"
}
Press Space to load new palette