Crimson#C1122F
Plum#6B1F4B
Mulberry#8A1E5A
Slate Blue#4A5A66
Mauve Gray#7D6A7C
Palette direction

Rihanna Inspired Luxury Color Palette

This palette channels Rihanna’s confident, fashion-forward energy with a dramatic red core, a luxe plum accent, and a smoky charcoal base. The combination feels bold and editorial while staying versatile enough for beauty, music, and premium lifestyle branding.

MonochromaticLuxury And Lifestylerihanna inspiredfashion forwardeditorialbold
palette-preview.example
Luxury And Lifestyle color direction

Rihanna Inspired Luxury Color Palette

This palette channels Rihanna’s confident, fashion-forward energy with a dramatic red core, a luxe plum accent, and a smoky charcoal base. The combination feels bold and editorial while staying versatile enough for beauty, music, and premium lifestyle branding.

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 #6B1F4B10.9:1 Excellent
Logo Charcoal #141414on White #FFFFFF18.4:1 Excellent
Logo White #FFFFFFon Mauve Gray #7D6A7C5.0:1 Strong
Icon color
BackgroundCrimson#C1122FTextWhite#FFFFFF
Primary Button6.19:1
AA

Best for the main action users should notice first.

BackgroundPlum#6B1F4BTextWhite#FFFFFF
Secondary Button10.92:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextMulberry#8A1E5A
Outlined Button8.70:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextMulberry#8A1E5A
Text Button8.70:1
AAA

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

Palette composition8 colorsMonochromatic color relationship
9:41Rihanna Inspired Luxury 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.

CRihanna Inspired Luxury Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair a commanding crimson with a saturated plum and a restrained violet-red tension, creating a high-contrast system that feels glamorous and unmistakably stage-ready. The relationship is vivid enough to feel iconic, yet controlled enough to work across brand and interface use.

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.Crimson #C1122F
HeadlineUsed for main titles and key messages.Plum #6B1F4B
LinkUsed for links and interactive text.Mulberry #8A1E5A

Buttons

Primary Button
BackgroundCrimson #C1122F
TextWhite #FFFFFF
Secondary Button
BackgroundPlum #6B1F4B
TextWhite #FFFFFF
Outlined Button
BackgroundMulberry #8A1E5A
TextMulberry #8A1E5A

Interface

TextDefault readable body text.Charcoal #141414
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #141414
IconSmall interface icons and marks.Slate Blue #4A5A66
BorderCards, inputs, and component borders.Slate Blue #4A5A66
DividerSubtle separators between content.Mauve Gray #7D6A7C
OutlineFocus rings and emphasis outlines.Mauve Gray #7D6A7C

Palette Colors

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

Main (Brand) Colors

The main colors pair a commanding crimson with a saturated plum and a restrained violet-red tension, creating a high-contrast system that feels glamorous and unmistakably stage-ready. The relationship is vivid enough to feel iconic, yet controlled enough to work across brand and interface use.

PrimaryCrimson

RolesLogo, Btn Primary Bg

Crimson delivers the boldest Rihanna-like signature and gives the brand instant visual authority.

HEX#C1122F
RGB193, 18, 47
HSL350, 83, 41
CMYK0, 91, 76, 24
SecondaryPlum

RolesHeadline, Btn Secondary Bg

Plum adds a sultry, fashion-led depth that softens the intensity without losing drama.

HEX#6B1F4B
RGB107, 31, 75
HSL325, 55, 27
CMYK0, 71, 30, 58
TertiaryMulberry

RolesLink, Btn Outlined Border, Btn Outlined Text

Mulberry creates a distinctive accent path that feels glamorous and expressive while staying aligned with the core palette.

HEX#8A1E5A
RGB138, 30, 90
HSL327, 64, 33
CMYK0, 78, 35, 46

Support Colors

The support colors extend the palette with smoky, muted depth so the reds and plums stay elevated rather than overwhelming. They add polish, structure, and a softer transition between the vivid main hues and the neutral system.

Slate Blue

RolesIcon, Border

Slate Blue cools the palette slightly and provides a refined structural accent that keeps interfaces composed.

HEX#4A5A66
RGB74, 90, 102
HSL206, 16, 35
CMYK27, 12, 0, 60
Mauve Gray

RolesDivider, Outline

Mauve Gray echoes the plum family in a subdued way, helping accents feel cohesive without competing for attention.

HEX#7D6A7C
RGB125, 106, 124
HSL303, 8, 45
CMYK0, 15, 1, 51

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F5F2F4
RGB245, 242, 244
HSL320, 13, 95
CMYK0, 1, 0, 4
Charcoal

RolesBg Dark, Text

HEX#141414
RGB20, 20, 20
HSL0, 0, 8
CMYK0, 0, 0, 92

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-crimson: #C1122F;
  --color-plum: #6B1F4B;
  --color-mulberry: #8A1E5A;
  --color-slate-blue: #4A5A66;
  --color-mauve-gray: #7D6A7C;
  --color-white: #FFFFFF;
  --color-ivory: #F5F2F4;
  --color-charcoal: #141414;
}

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: #C1122F;
  --role-btn-primary-bg: #C1122F;
  --role-headline: #6B1F4B;
  --role-btn-secondary-bg: #6B1F4B;
  --role-link: #8A1E5A;
  --role-btn-outlined-border: #8A1E5A;
  --role-btn-outlined-text: #8A1E5A;
  --role-icon: #4A5A66;
  --role-border: #4A5A66;
  --role-divider: #7D6A7C;
  --role-outline: #7D6A7C;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #141414;
  --role-text: #141414;
}

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.
{
    "crimson": "#C1122F",
    "plum": "#6B1F4B",
    "mulberry": "#8A1E5A",
    "slate-blue": "#4A5A66",
    "mauve-gray": "#7D6A7C",
    "white": "#FFFFFF",
    "ivory": "#F5F2F4",
    "charcoal": "#141414"
}
Press Space to load new palette