Violet#6B4AB8
Lavender#8E73D8
Plum#4A317E
Copper#C96A3D
Slate#9AA0A6
Palette direction

Violet Editorial Creative Color Palette

This palette translates the image’s purple-dominant print into a refined brand system with cool violet energy and a subtle warm accent. The result feels editorial and modern while staying practical for interfaces, with clear contrast between promotional elements and usable neutral surfaces.

MonochromaticCreativevioletpurplelavenderplum
palette-preview.example
Creative color direction

Violet Editorial Creative Color Palette

This palette translates the image’s purple-dominant print into a refined brand system with cool violet energy and a subtle warm accent. The result feels editorial and modern while staying practical for interfaces, with clear contrast between promotional elements and usable neutral surfaces.

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 White #FFFFFFon Plum #4A317E10.3:1 Excellent
Logo Charcoal #151319on Lavender #8E73D84.9:1 Strong
Logo Charcoal #151319on White #FFFFFF18.4:1 Excellent
Logo Charcoal #151319on Slate #9AA0A67.0:1 Strong
Icon color
BackgroundViolet#6B4AB8TextWhite#FFFFFF
Primary Button6.37:1
AA

Best for the main action users should notice first.

BackgroundLavender#8E73D8TextCharcoal#151319
Secondary Button4.91:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextPlum#4A317E
Outlined Button10.34:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextLavender#8E73D8
Text Button3.75:1
Large text

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

Palette composition8 colorsMonochromatic color relationship
9:41Violet Editorial Creative Color Palette Color role balance
Monochromatic 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.

CViolet Editorial Creative Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors stay within the violet family, echoing the image’s dominant purple print while adding depth and variation for a cohesive branded system. The mix feels recognizable and expressive without becoming overly loud or decorative.

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.Violet #6B4AB8
HeadlineUsed for main titles and key messages.Plum #4A317E
LinkUsed for links and interactive text.Lavender #8E73D8

Buttons

Primary Button
BackgroundViolet #6B4AB8
TextWhite #FFFFFF
Secondary Button
BackgroundLavender #8E73D8
TextCharcoal #151319
Outlined Button
BackgroundPlum #4A317E
TextPlum #4A317E

Interface

TextDefault readable body text.Charcoal #151319
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #151319
IconSmall interface icons and marks.Copper #C96A3D
BorderCards, inputs, and component borders.Slate #9AA0A6
DividerSubtle separators between content.Charcoal #151319
OutlineFocus rings and emphasis outlines.Charcoal #151319

Palette Colors

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

Main (Brand) Colors

The main colors stay within the violet family, echoing the image’s dominant purple print while adding depth and variation for a cohesive branded system. The mix feels recognizable and expressive without becoming overly loud or decorative.

PrimaryViolet

RolesLogo, Btn Primary Bg

Violet provides the strongest brand anchor and captures the image’s signature printed color with confident clarity.

HEX#6B4AB8
RGB107, 74, 184
HSL258, 44, 51
CMYK42, 60, 0, 28
SecondaryLavender

RolesLink, Btn Secondary Bg

Lavender softens the system with a lighter, more approachable purple that works well for interactive elements and highlights.

HEX#8E73D8
RGB142, 115, 216
HSL256, 56, 65
CMYK34, 47, 0, 15
TertiaryPlum

RolesHeadline, Btn Outlined Border, Btn Outlined Text

Plum adds depth and typographic authority, giving the palette a richer dark tone that supports hierarchy and emphasis.

HEX#4A317E
RGB74, 49, 126
HSL259, 44, 34
CMYK41, 61, 0, 51

Support Colors

The support colors add a restrained warm-cool balance that reflects the image’s mixed printed surfaces without competing with the violets. They extend usability by giving the palette a subtle accent and a grounded interface tone.

Copper

RolesIcon

Copper introduces a controlled warm accent that keeps the palette from feeling too cold and adds energy to small interface details.

HEX#C96A3D
RGB201, 106, 61
HSL19, 56, 51
CMYK0, 47, 70, 21
Slate

RolesBorder

Slate acts as a quiet structural tone for edges and separation, supporting the violet hues without stealing attention.

HEX#9AA0A6
RGB154, 160, 166
HSL210, 6, 63
CMYK7, 4, 0, 35

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F3F0EA
RGB243, 240, 234
HSL40, 27, 94
CMYK0, 1, 4, 5
Charcoal

RolesBg Dark, Divider, Outline, Text, Btn Secondary Text

HEX#151319
RGB21, 19, 25
HSL260, 14, 9
CMYK16, 24, 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-violet: #6B4AB8;
  --color-lavender: #8E73D8;
  --color-plum: #4A317E;
  --color-copper: #C96A3D;
  --color-slate: #9AA0A6;
  --color-white: #FFFFFF;
  --color-ivory: #F3F0EA;
  --color-charcoal: #151319;
}

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: #6B4AB8;
  --role-btn-primary-bg: #6B4AB8;
  --role-link: #8E73D8;
  --role-btn-secondary-bg: #8E73D8;
  --role-headline: #4A317E;
  --role-btn-outlined-border: #4A317E;
  --role-btn-outlined-text: #4A317E;
  --role-icon: #C96A3D;
  --role-border: #9AA0A6;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #151319;
  --role-divider: #151319;
  --role-outline: #151319;
  --role-text: #151319;
  --role-btn-secondary-text: #151319;
}

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.
{
    "violet": "#6B4AB8",
    "lavender": "#8E73D8",
    "plum": "#4A317E",
    "copper": "#C96A3D",
    "slate": "#9AA0A6",
    "white": "#FFFFFF",
    "ivory": "#F3F0EA",
    "charcoal": "#151319"
}
Press Space to load new palette