Sky Blue#8ECDF4
Mint#A8E6CF
Blush#F4B6C2
Slate Teal#7FA9B8
Sand#D9C8B4
Palette direction

Justin Bieber Inspired Color Palette

This palette channels Justin Bieber's recognizable mix of soft pop warmth and cool minimal edge, using a restrained set of colors that feels current and highly wearable. The combination balances youthful energy with polished restraint, making it suitable for fan-driven, fashion-forward, or entertainment branding.

Split ComplementaryNoneJustin Bieberpopcelebrityfan brand
palette-preview.example
None color direction

Justin Bieber Inspired Color Palette

This palette channels Justin Bieber's recognizable mix of soft pop warmth and cool minimal edge, using a restrained set of colors that feels current and highly wearable. The combination balances youthful energy with polished restraint, making it suitable for fan-driven, fashion-forward, or entertainment 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 Charcoal #111111on Mint #A8E6CF13.4:1 Excellent
Logo Charcoal #111111on Blush #F4B6C211.1:1 Excellent
Logo Charcoal #111111on Sky Blue #8ECDF411.0:1 Excellent
Logo Charcoal #111111on White #FFFFFF18.9:1 Excellent
Icon color
BackgroundSky Blue#8ECDF4TextCharcoal#111111
Primary Button10.96:1
AAA

Best for the main action users should notice first.

BackgroundMint#A8E6CFTextCharcoal#111111
Secondary Button13.38:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextBlush#F4B6C2
Outlined Button1.70:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextSky Blue#8ECDF4
Text Button1.72:1
Low

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

Palette composition8 colorsSplit Complementary color relationship
9:41Justin Bieber Inspired Color Palette Color role balance
Split 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.

CJustin Bieber Inspired Color PaletteNone brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors pair a soft sky blue with a fresh mint and a warm blush, creating a familiar pop balance that feels light, modern, and instantly recognizable. Together they give the palette a youthful signature without leaning too loud or overly saturated.

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.Sky Blue #8ECDF4
HeadlineUsed for main titles and key messages.Blush #F4B6C2
LinkUsed for links and interactive text.Sky Blue #8ECDF4

Buttons

Primary Button
BackgroundSky Blue #8ECDF4
TextCharcoal #111111
Secondary Button
BackgroundMint #A8E6CF
TextCharcoal #111111
Outlined Button
BackgroundMint #A8E6CF
TextBlush #F4B6C2

Interface

TextDefault readable body text.Charcoal #111111
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111111
IconSmall interface icons and marks.Slate Teal #7FA9B8
BorderCards, inputs, and component borders.Slate Teal #7FA9B8
DividerSubtle separators between content.Sand #D9C8B4
OutlineFocus rings and emphasis outlines.Sand #D9C8B4

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 soft sky blue with a fresh mint and a warm blush, creating a familiar pop balance that feels light, modern, and instantly recognizable. Together they give the palette a youthful signature without leaning too loud or overly saturated.

PrimarySky Blue

RolesLogo, Link, Btn Primary Bg

Sky Blue brings the most recognizable pop energy and keeps the brand feeling open and contemporary.

HEX#8ECDF4
RGB142, 205, 244
HSL203, 82, 76
CMYK42, 16, 0, 4
SecondaryMint

RolesBtn Secondary Bg, Btn Outlined Border

Mint softens the system with a fresh, easygoing accent that supports a lighter celebrity aesthetic.

HEX#A8E6CF
RGB168, 230, 207
HSL158, 55, 78
CMYK27, 0, 10, 10
TertiaryBlush

RolesHeadline, Btn Outlined Text

Blush adds warmth and emotional friendliness, giving headlines and outlined actions a more expressive pop tone.

HEX#F4B6C2
RGB244, 182, 194
HSL348, 74, 84
CMYK0, 25, 20, 4

Support Colors

The support colors extend the main palette with subtle depth and a slightly more polished edge. They stay quiet so the brighter pop tones remain the focus while the system gains enough contrast for interfaces and branding.

Slate Teal

RolesIcon, Border

Slate Teal cools the interface accents and bridges the blue and mint tones without competing with them.

HEX#7FA9B8
RGB127, 169, 184
HSL196, 29, 61
CMYK31, 8, 0, 28
Sand

RolesDivider, Outline

Sand introduces a soft neutral warmth that steadies the palette and keeps structural elements gentle.

HEX#D9C8B4
RGB217, 200, 180
HSL32, 33, 78
CMYK0, 8, 17, 15

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#F6F5F2
RGB246, 245, 242
HSL45, 18, 96
CMYK0, 0, 2, 4
Charcoal

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

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

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-sky-blue: #8ECDF4;
  --color-mint: #A8E6CF;
  --color-blush: #F4B6C2;
  --color-slate-teal: #7FA9B8;
  --color-sand: #D9C8B4;
  --color-white: #FFFFFF;
  --color-ivory: #F6F5F2;
  --color-charcoal: #111111;
}

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: #8ECDF4;
  --role-link: #8ECDF4;
  --role-btn-primary-bg: #8ECDF4;
  --role-btn-secondary-bg: #A8E6CF;
  --role-btn-outlined-border: #A8E6CF;
  --role-headline: #F4B6C2;
  --role-btn-outlined-text: #F4B6C2;
  --role-icon: #7FA9B8;
  --role-border: #7FA9B8;
  --role-divider: #D9C8B4;
  --role-outline: #D9C8B4;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #111111;
  --role-text: #111111;
  --role-btn-primary-text: #111111;
  --role-btn-secondary-text: #111111;
}

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.
{
    "sky-blue": "#8ECDF4",
    "mint": "#A8E6CF",
    "blush": "#F4B6C2",
    "slate-teal": "#7FA9B8",
    "sand": "#D9C8B4",
    "white": "#FFFFFF",
    "ivory": "#F6F5F2",
    "charcoal": "#111111"
}
Press Space to load new palette