Royal Blue#2D6BFF
Violet#7B3FF2
Coral#FF5A5F
Seafoam#6FD3C1
Powder Blue#8FB8FF
Palette direction

Startup Inspired Tech Color Palette

This palette pairs electric blue and vivid violet with a sharp coral accent to signal speed, innovation, and investor-ready confidence. The neutrals keep the system crisp and scalable, so the brand feels energetic in product UI without losing clarity in marketing.

CustomTechstartuptechinnovationventure
palette-preview.example
Tech color direction

Startup Inspired Tech Color Palette

This palette pairs electric blue and vivid violet with a sharp coral accent to signal speed, innovation, and investor-ready confidence. The neutrals keep the system crisp and scalable, so the brand feels energetic in product UI without losing clarity in marketing.

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 #111827on Coral #FF5A5F5.8:1 Strong
Logo White #FFFFFFon Violet #7B3FF25.5:1 Strong
Logo White #FFFFFFon Royal Blue #2D6BFF4.5:1 Strong
Logo Charcoal #111827on White #FFFFFF17.7:1 Excellent
Icon color
BackgroundRoyal Blue#2D6BFFTextWhite#FFFFFF
Primary Button4.51:1
AA

Best for the main action users should notice first.

BackgroundViolet#7B3FF2TextWhite#FFFFFF
Secondary Button5.48:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCoral#FF5A5F
Outlined Button3.05:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCoral#FF5A5F
Text Button3.05:1
Large text

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

Palette composition8 colorsCustom color relationship
9:41Startup Inspired Tech 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.

CStartup Inspired Tech Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

Electric blue, vivid violet, and coral form a triadic system that feels fast, ambitious, and unmistakably digital. The three hues create strong brand recognition while giving the startup enough range for interface states, marketing highlights, and product storytelling.

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.Royal Blue #2D6BFF
HeadlineUsed for main titles and key messages.Violet #7B3FF2
LinkUsed for links and interactive text.Coral #FF5A5F

Buttons

Primary Button
BackgroundRoyal Blue #2D6BFF
TextWhite #FFFFFF
Secondary Button
BackgroundViolet #7B3FF2
TextWhite #FFFFFF
Outlined Button
BackgroundCoral #FF5A5F
TextCoral #FF5A5F

Interface

TextDefault readable body text.Charcoal #111827
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111827
IconSmall interface icons and marks.Seafoam #6FD3C1
BorderCards, inputs, and component borders.Powder Blue #8FB8FF
DividerSubtle separators between content.Powder Blue #8FB8FF
OutlineFocus rings and emphasis outlines.Seafoam #6FD3C1

Palette Colors

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

Main (Brand) Colors

Electric blue, vivid violet, and coral form a triadic system that feels fast, ambitious, and unmistakably digital. The three hues create strong brand recognition while giving the startup enough range for interface states, marketing highlights, and product storytelling.

PrimaryRoyal Blue

RolesLogo, Btn Primary Bg

Royal Blue projects momentum and technical credibility, making it the anchor color for the startup identity.

HEX#2D6BFF
RGB45, 107, 255
HSL222, 100, 59
CMYK82, 58, 0, 0
SecondaryViolet

RolesHeadline, Btn Secondary Bg

Violet adds imagination and a product-forward edge, helping the brand feel innovative without looking generic.

HEX#7B3FF2
RGB123, 63, 242
HSL260, 87, 60
CMYK49, 74, 0, 5
TertiaryCoral

RolesLink, Btn Outlined Border, Btn Outlined Text

Coral injects urgency and human warmth, giving the palette a memorable accent for actions and emphasis.

HEX#FF5A5F
RGB255, 90, 95
HSL358, 100, 68
CMYK0, 65, 63, 0

Support Colors

Soft teal and muted sky blue extend the palette with restrained UI-friendly variation. They support states, illustrations, and secondary emphasis without competing with the core startup colors.

Seafoam

RolesIcon, Outline

Seafoam softens the system with a calm, product-friendly accent that balances the sharper core hues.

HEX#6FD3C1
RGB111, 211, 193
HSL169, 53, 63
CMYK47, 0, 9, 17
Powder Blue

RolesBorder, Divider

Powder Blue keeps interface structure light and clean while reinforcing the palette's digital tone.

HEX#8FB8FF
RGB143, 184, 255
HSL218, 100, 78
CMYK44, 28, 0, 0

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#F4F7FB
RGB244, 247, 251
HSL214, 47, 97
CMYK3, 2, 0, 2
Charcoal

RolesBg Dark, Text

HEX#111827
RGB17, 24, 39
HSL221, 39, 11
CMYK56, 38, 0, 85

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-royal-blue: #2D6BFF;
  --color-violet: #7B3FF2;
  --color-coral: #FF5A5F;
  --color-seafoam: #6FD3C1;
  --color-powder-blue: #8FB8FF;
  --color-white: #FFFFFF;
  --color-ivory: #F4F7FB;
  --color-charcoal: #111827;
}

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: #2D6BFF;
  --role-btn-primary-bg: #2D6BFF;
  --role-headline: #7B3FF2;
  --role-btn-secondary-bg: #7B3FF2;
  --role-link: #FF5A5F;
  --role-btn-outlined-border: #FF5A5F;
  --role-btn-outlined-text: #FF5A5F;
  --role-icon: #6FD3C1;
  --role-outline: #6FD3C1;
  --role-border: #8FB8FF;
  --role-divider: #8FB8FF;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #111827;
  --role-text: #111827;
}

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.
{
    "royal-blue": "#2D6BFF",
    "violet": "#7B3FF2",
    "coral": "#FF5A5F",
    "seafoam": "#6FD3C1",
    "powder-blue": "#8FB8FF",
    "white": "#FFFFFF",
    "ivory": "#F4F7FB",
    "charcoal": "#111827"
}
Press Space to load new palette