Deep Indigo#3B1F58
Burnt Orange#E67322
Charcoal#292929
Dark Mauve#5C3A7D
Muted Apricot#D99B6C
Palette direction

Vibrant Dark Indigo Color Palette

This palette is inspired by the image's dynamic dark tones and vibrant accent, combining deep purple, rich orange, and charcoal with balanced supporting shades and neutrals to create a visually striking and modern brand identity.

CustomCreativedarkvibrantpurpleorange
palette-preview.example
Creative color direction

Vibrant Dark Indigo Color Palette

This palette is inspired by the image's dynamic dark tones and vibrant accent, combining deep purple, rich orange, and charcoal with balanced supporting shades and neutrals to create a visually striking and modern brand identity.

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 Pure White #FFFFFFon Charcoal #29292914.5:1 Excellent
Logo Dark Near-Black #1A1A1Aon Burnt Orange #E673225.7:1 Strong
Logo Dark Near-Black #1A1A1Aon Pure White #FFFFFF17.4:1 Excellent
Logo Dark Near-Black #1A1A1Aon Muted Apricot #D99B6C7.3:1 Excellent
Icon color
BackgroundDeep Indigo#3B1F58TextPure White#FFFFFF
Primary Button13.79:1
AAA

Best for the main action users should notice first.

BackgroundBurnt Orange#E67322TextDark Near-Black#1A1A1A
Secondary Button5.67:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextBurnt Orange#E67322
Outlined Button3.07:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextBurnt Orange#E67322
Text Button3.07:1
Large text

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

Palette composition8 colorsCustom color relationship
9:41Vibrant Dark Indigo 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.

CVibrant Dark Indigo Color PaletteCreative brand direction ColorFly.design
Strategic palette preview

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.Deep Indigo #3B1F58
HeadlineUsed for main titles and key messages.Charcoal #292929
LinkUsed for links and interactive text.Burnt Orange #E67322

Buttons

Primary Button
BackgroundDeep Indigo #3B1F58
TextPure White #FFFFFF
Secondary Button
BackgroundBurnt Orange #E67322
TextDark Near-Black #1A1A1A
Outlined Button
BackgroundDeep Indigo #3B1F58
TextBurnt Orange #E67322

Interface

TextDefault readable body text.Dark Near-Black #1A1A1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Light Gray #F5F5F5
IconSmall interface icons and marks.Dark Mauve #5C3A7D
BorderCards, inputs, and component borders.Dark Mauve #5C3A7D
DividerSubtle separators between content.Dark Mauve #5C3A7D
OutlineFocus rings and emphasis outlines.Dark Mauve #5C3A7D

Palette Colors

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

Main (Brand) Colors

The main colors balance a dominant deep indigo with a vibrant orange accent and complementary charcoal to create a harmonious but dynamic system.

PrimaryDeep Indigo

RolesLogo, Btn Primary Bg, Btn Outlined Border

Deep Indigo conveys creativity and sophistication, providing a strong foundation for the brand identity.

HEX#3B1F58
RGB59, 31, 88
HSL269, 48, 23
CMYK33, 65, 0, 65
SecondaryBurnt Orange

RolesLink, Btn Secondary Bg, Btn Outlined Text

Burnt Orange introduces energetic warmth and vibrance, making key actions and accents stand out clearly.

HEX#E67322
RGB230, 115, 34
HSL25, 80, 52
CMYK0, 50, 85, 10
TertiaryCharcoal

RolesHeadline

Charcoal offers depth and balance as a complementary main color, grounding the palette without overpowering the vibrant hues.

HEX#292929
RGB41, 41, 41
HSL0, 0, 16
CMYK0, 0, 0, 84

Support Colors

Support colors extend the main colors with softer dark mauve and muted apricot to add visual interest without competing with the core identity.

Dark Mauve

RolesIcon, Border, Divider, Outline

Dark Mauve complements Deep Indigo by softening the purple depth and supporting interface elements delicately.

HEX#5C3A7D
RGB92, 58, 125
HSL270, 37, 36
CMYK26, 54, 0, 51
Muted Apricot

Muted Apricot balances the Burnt Orange with a neutral warmth that enhances the palette’s vibrancy while maintaining subtlety.

HEX#D99B6C
RGB217, 155, 108
HSL26, 59, 64
CMYK0, 29, 50, 15

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
Light Gray

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Dark Near-Black

RolesText, Btn Secondary Text

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

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-deep-indigo: #3B1F58;
  --color-burnt-orange: #E67322;
  --color-charcoal: #292929;
  --color-dark-mauve: #5C3A7D;
  --color-muted-apricot: #D99B6C;
  --color-pure-white: #FFFFFF;
  --color-light-gray: #F5F5F5;
  --color-dark-near-black: #1A1A1A;
}

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: #3B1F58;
  --role-btn-primary-bg: #3B1F58;
  --role-btn-outlined-border: #3B1F58;
  --role-link: #E67322;
  --role-btn-secondary-bg: #E67322;
  --role-btn-outlined-text: #E67322;
  --role-headline: #292929;
  --role-icon: #5C3A7D;
  --role-border: #5C3A7D;
  --role-divider: #5C3A7D;
  --role-outline: #5C3A7D;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #1A1A1A;
  --role-btn-secondary-text: #1A1A1A;
}

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.
{
    "deep-indigo": "#3B1F58",
    "burnt-orange": "#E67322",
    "charcoal": "#292929",
    "dark-mauve": "#5C3A7D",
    "muted-apricot": "#D99B6C",
    "pure-white": "#FFFFFF",
    "light-gray": "#F5F5F5",
    "dark-near-black": "#1A1A1A"
}
Press Space to load new palette