Electric Cyan#00C2FF
Pulse Coral#FF4D6D
Neon Violet#B026FF
Deep Teal#00A3A3
Soft Indigo#7A5CFF
Palette direction

Tiktok Inspired Creative Color Palette

A bold, trend-led palette that channels short-form social energy with neon contrast and sharp dark grounding. The mix feels youthful and clickable without leaning into a literal TikTok clone, giving the platform its own recognizable edge.

ComplementaryCreativetiktok-inspiredcreative social platformbolddynamic
palette-preview.example
Creative color direction

Tiktok Inspired Creative Color Palette

A bold, trend-led palette that channels short-form social energy with neon contrast and sharp dark grounding. The mix feels youthful and clickable without leaning into a literal TikTok clone, giving the platform its own recognizable edge.

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 Near Black #111111on Electric Cyan #00C2FF9.1:1 Excellent
Logo Near Black #111111on Pulse Coral #FF4D6D5.9:1 Strong
Logo Pure White #FFFFFFon Neon Violet #B026FF4.6:1 Strong
Logo Near Black #111111on Pure White #FFFFFF18.9:1 Excellent
Icon color
BackgroundElectric Cyan#00C2FFTextNear Black#111111
Primary Button9.14:1
AAA

Best for the main action users should notice first.

BackgroundPulse Coral#FF4D6DTextNear Black#111111
Secondary Button5.88:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextNeon Violet#B026FF
Outlined Button4.60:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextElectric Cyan#00C2FF
Text Button2.07:1
Low

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

Palette composition8 colorsComplementary color relationship
9:41Tiktok Inspired Creative 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.

CTiktok Inspired Creative Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine electric cyan, vivid coral, and a sharp violet-pink edge to create an instantly energetic social-media identity. Together they feel camera-ready and fast-moving, with enough contrast to stay memorable across product,

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.Electric Cyan #00C2FF
HeadlineUsed for main titles and key messages.Pulse Coral #FF4D6D
LinkUsed for links and interactive text.Electric Cyan #00C2FF

Buttons

Primary Button
BackgroundElectric Cyan #00C2FF
TextNear Black #111111
Secondary Button
BackgroundPulse Coral #FF4D6D
TextNear Black #111111
Outlined Button
BackgroundNeon Violet #B026FF
TextNeon Violet #B026FF

Interface

TextDefault readable body text.Near Black #111111
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Near Black #111111
IconSmall interface icons and marks.Deep Teal #00A3A3
BorderCards, inputs, and component borders.Deep Teal #00A3A3
DividerSubtle separators between content.Soft Indigo #7A5CFF
OutlineFocus rings and emphasis outlines.Soft Indigo #7A5CFF

Palette Colors

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

Main (Brand) Colors

The main colors combine electric cyan, vivid coral, and a sharp violet-pink edge to create an instantly energetic social-media identity. Together they feel camera-ready and fast-moving, with enough contrast to stay memorable across product,

PrimaryElectric Cyan

RolesLogo, Link, Btn Primary Bg

Signals motion, freshness, and app-level immediacy; ideal for the most visible brand touchpoints.

HEX#00C2FF
RGB0, 194, 255
HSL194, 100, 50
CMYK100, 24, 0, 0
SecondaryPulse Coral

RolesBtn Secondary Bg, Headline

Adds social warmth and creator energy, keeping the brand expressive rather than purely tech-led.

HEX#FF4D6D
RGB255, 77, 109
HSL349, 100, 65
CMYK0, 70, 57, 0
TertiaryNeon Violet

RolesBtn Outlined Border, Btn Outlined Text

Brings a trend-forward digital accent that sharpens UI boundaries and reinforces the platform's bold personality.

HEX#B026FF
RGB176, 38, 255
HSL278, 100, 57
CMYK31, 85, 0, 0

Support Colors

The support accents deepen the neon system with darker, quieter notes so the main colors can stay loud and readable. They extend the palette for interface states, illustration, and

Deep Teal

RolesIcon, Border

Supports the cyan without competing with it, adding structure and clarity to UI details.

HEX#00A3A3
RGB0, 163, 163
HSL180, 100, 32
CMYK100, 0, 0, 36
Soft Indigo

RolesDivider, Outline

Balances the palette with a calmer electric tone that works well for subtle separators and non-primary emphasis.

HEX#7A5CFF
RGB122, 92, 255
HSL251, 100, 68
CMYK52, 64, 0, 0

Neutral Colors

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

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Cloud White
HEX#F4F4F6
RGB244, 244, 246
HSL240, 10, 96
CMYK1, 1, 0, 4
Near Black

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-electric-cyan: #00C2FF;
  --color-pulse-coral: #FF4D6D;
  --color-neon-violet: #B026FF;
  --color-deep-teal: #00A3A3;
  --color-soft-indigo: #7A5CFF;
  --color-pure-white: #FFFFFF;
  --color-cloud-white: #F4F4F6;
  --color-near-black: #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: #00C2FF;
  --role-link: #00C2FF;
  --role-btn-primary-bg: #00C2FF;
  --role-btn-secondary-bg: #FF4D6D;
  --role-headline: #FF4D6D;
  --role-btn-outlined-border: #B026FF;
  --role-btn-outlined-text: #B026FF;
  --role-icon: #00A3A3;
  --role-border: #00A3A3;
  --role-divider: #7A5CFF;
  --role-outline: #7A5CFF;
  --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.
{
    "electric-cyan": "#00C2FF",
    "pulse-coral": "#FF4D6D",
    "neon-violet": "#B026FF",
    "deep-teal": "#00A3A3",
    "soft-indigo": "#7A5CFF",
    "pure-white": "#FFFFFF",
    "cloud-white": "#F4F4F6",
    "near-black": "#111111"
}
Press Space to load new palette