Slate Purple#5B4B8A
Goldenrod Yellow#F7E23B
Burnt Coral#CF5A3E
Deep Teal#468189
Slate Blue#425E6B
Palette direction

Creative Purple Teal Color Palette

This palette draws inspiration from the image's vibrant mix of cool and warm tones, combining deep purples, soft teals, bright yellows, and warm reds that create a dynamic and intriguing visual identity. The choice of colors balances boldness with subtlety, reflecting the conceptual brain theme and the surrounding abstract elements.

ComplementaryCreativepurpletealyellowcreative
palette-preview.example
Creative color direction

Creative Purple Teal Color Palette

This palette draws inspiration from the image's vibrant mix of cool and warm tones, combining deep purples, soft teals, bright yellows, and warm reds that create a dynamic and intriguing visual identity. The choice of colors balances boldness with subtlety, reflecting the conceptual brain theme and the surrounding abstract elements.

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 Black #2C2A2Eon Goldenrod Yellow #F7E23B10.8:1 Excellent
Logo Pure White #FFFFFFon Slate Purple #5B4B8A7.5:1 Excellent
Logo Charcoal Black #2C2A2Eon Pure White #FFFFFF14.2:1 Excellent
Icon color
BackgroundSlate Purple#5B4B8ATextPure White#FFFFFF
Primary Button7.45:1
AAA

Best for the main action users should notice first.

BackgroundGoldenrod Yellow#F7E23BTextCharcoal Black#2C2A2E
Secondary Button10.76:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextBurnt Coral#CF5A3E
Outlined Button4.05:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextBurnt Coral#CF5A3E
Text Button4.05:1
Large text

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

Palette composition8 colorsComplementary color relationship
9:41Creative Purple Teal Color Palette Color role balance
Complementary 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.

CCreative Purple Teal Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a strong purple hue with yellow and reddish-orange accents, forming a split complementary scheme that offers vibrant contrast and balance for a creative brand.

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.Slate Purple #5B4B8A
HeadlineUsed for main titles and key messages.Goldenrod Yellow #F7E23B
LinkUsed for links and interactive text.Burnt Coral #CF5A3E

Buttons

Primary Button
BackgroundSlate Purple #5B4B8A
TextPure White #FFFFFF
Secondary Button
BackgroundGoldenrod Yellow #F7E23B
TextCharcoal Black #2C2A2E
Outlined Button
BackgroundSlate Purple #5B4B8A
TextBurnt Coral #CF5A3E

Interface

TextDefault readable body text.Charcoal Black #2C2A2E
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Off White #F6F5F4
IconSmall interface icons and marks.Deep Teal #468189
BorderCards, inputs, and component borders.Deep Teal #468189
DividerSubtle separators between content.Deep Teal #468189
OutlineFocus rings and emphasis outlines.Deep Teal #468189

Palette Colors

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

Main (Brand) Colors

The main colors combine a strong purple hue with yellow and reddish-orange accents, forming a split complementary scheme that offers vibrant contrast and balance for a creative brand.

PrimarySlate Purple

RolesLogo, Btn Primary Bg, Btn Outlined Border

Slate Purple brings depth and creativity, making it a compelling primary brand color.

HEX#5B4B8A
RGB91, 75, 138
HSL255, 30, 42
CMYK34, 46, 0, 46
PrimaryGoldenrod Yellow

RolesBtn Secondary Bg, Headline

Goldenrod Yellow adds energy and optimism, providing a bright contrast to the purple and reinforcing call-to-action elements.

HEX#F7E23B
RGB247, 226, 59
HSL53, 92, 60
CMYK0, 9, 76, 3
SecondaryBurnt Coral

RolesLink, Btn Outlined Text

Burnt Coral offers warmth and vibrancy, complementing both the purple and yellow with a lively accent.

HEX#CF5A3E
RGB207, 90, 62
HSL12, 60, 53
CMYK0, 57, 70, 19

Support Colors

The support colors extend the palette with softer and deeper versions of teal and blue tones, which subdue the vivid main colors while enhancing the overall balance and usability.

Deep Teal

RolesIcon, Border, Divider, Outline

Deep Teal grounds the palette with a calming presence that balances the warmth of the main colors.

HEX#468189
RGB70, 129, 137
HSL187, 32, 41
CMYK49, 6, 0, 46
Slate Blue

Slate Blue subtly reinforces the cool undertones, supporting the visual hierarchy without overpowering the main hues.

HEX#425E6B
RGB66, 94, 107
HSL199, 24, 34
CMYK38, 12, 0, 58

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Off White

RolesBg Dark

HEX#F6F5F4
RGB246, 245, 244
HSL30, 10, 96
CMYK0, 0, 1, 4
Charcoal Black

RolesText, Btn Secondary Text

HEX#2C2A2E
RGB44, 42, 46
HSL270, 5, 17
CMYK4, 9, 0, 82

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-slate-purple: #5B4B8A;
  --color-goldenrod-yellow: #F7E23B;
  --color-burnt-coral: #CF5A3E;
  --color-deep-teal: #468189;
  --color-slate-blue: #425E6B;
  --color-pure-white: #FFFFFF;
  --color-off-white: #F6F5F4;
  --color-charcoal-black: #2C2A2E;
}

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: #5B4B8A;
  --role-btn-primary-bg: #5B4B8A;
  --role-btn-outlined-border: #5B4B8A;
  --role-btn-secondary-bg: #F7E23B;
  --role-headline: #F7E23B;
  --role-link: #CF5A3E;
  --role-btn-outlined-text: #CF5A3E;
  --role-icon: #468189;
  --role-border: #468189;
  --role-divider: #468189;
  --role-outline: #468189;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F6F5F4;
  --role-text: #2C2A2E;
  --role-btn-secondary-text: #2C2A2E;
}

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.
{
    "slate-purple": "#5B4B8A",
    "goldenrod-yellow": "#F7E23B",
    "burnt-coral": "#CF5A3E",
    "deep-teal": "#468189",
    "slate-blue": "#425E6B",
    "pure-white": "#FFFFFF",
    "off-white": "#F6F5F4",
    "charcoal-black": "#2C2A2E"
}
Press Space to load new palette