Royal Blue#2563EB
Coral#FF6B5A
Mint#5DD6C0
Slate#8A94A6
Mist#D9E1EA
Palette direction

Startup Inspired Tech Color Palette

This startup-inspired palette combines energetic Blue, confident Coral, and fresh Mint to signal momentum, clarity, and approachability. The system feels modern and venture-ready while staying usable across product UI, marketing, and brand touchpoints.

Split ComplementaryTechstartupventure-backedmoderndigital product
palette-preview.example
Tech color direction

Startup Inspired Tech Color Palette

This startup-inspired palette combines energetic Blue, confident Coral, and fresh Mint to signal momentum, clarity, and approachability. The system feels modern and venture-ready while staying usable across product UI, marketing, and brand touchpoints.

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 Mint #5DD6C010.0:1 Excellent
Logo Charcoal #111827on Coral #FF6B5A6.3:1 Strong
Logo White #FFFFFFon Royal Blue #2563EB5.2:1 Strong
Logo Charcoal #111827on White #FFFFFF17.7:1 Excellent
Icon color
BackgroundRoyal Blue#2563EBTextWhite#FFFFFF
Primary Button5.17:1
AA

Best for the main action users should notice first.

BackgroundCoral#FF6B5ATextCharcoal#111827
Secondary Button6.34:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextMint#5DD6C0
Outlined Button1.77:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCoral#FF6B5A
Text Button2.80:1
Low

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

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

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

A usable
color system.

Blue provides the primary trust signal, Coral adds sharp founder energy, and Mint keeps the system fresh without feeling generic. Together they create a recognizable startup palette that feels fast, optimistic, and product-ready.

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 #2563EB
HeadlineUsed for main titles and key messages.Mint #5DD6C0
LinkUsed for links and interactive text.Coral #FF6B5A

Buttons

Primary Button
BackgroundRoyal Blue #2563EB
TextWhite #FFFFFF
Secondary Button
BackgroundCoral #FF6B5A
TextCharcoal #111827
Outlined Button
BackgroundMint #5DD6C0
TextMint #5DD6C0

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.Slate #8A94A6
BorderCards, inputs, and component borders.Slate #8A94A6
DividerSubtle separators between content.Mist #D9E1EA
OutlineFocus rings and emphasis outlines.Mist #D9E1EA

Palette Colors

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

Main (Brand) Colors

Blue provides the primary trust signal, Coral adds sharp founder energy, and Mint keeps the system fresh without feeling generic. Together they create a recognizable startup palette that feels fast, optimistic, and product-ready.

PrimaryRoyal Blue

RolesLogo, Btn Primary Bg

Royal Blue gives the brand a credible core and keeps the interface feeling decisive and scalable.

HEX#2563EB
RGB37, 99, 235
HSL221, 83, 53
CMYK84, 58, 0, 8
SecondaryCoral

RolesLink, Btn Secondary Bg

Coral adds urgency and human warmth, helping calls to action feel lively rather than corporate.

HEX#FF6B5A
RGB255, 107, 90
HSL6, 100, 68
CMYK0, 58, 65, 0
TertiaryMint

RolesHeadline, Btn Outlined Border, Btn Outlined Text

Mint brings a fresh product-led accent that softens the system and supports a contemporary startup feel.

HEX#5DD6C0
RGB93, 214, 192
HSL169, 60, 60
CMYK57, 0, 10, 16

Support Colors

The support colors extend the core palette with restrained depth and a subtle ambient accent. They reinforce usability in charts, outlines, and UI details without competing with the main startup colors.

Slate

RolesIcon, Border

Slate adds neutral structure for interface elements and keeps secondary details readable without stealing focus.

HEX#8A94A6
RGB138, 148, 166
HSL219, 14, 60
CMYK17, 11, 0, 35
Mist

RolesDivider, Outline

Mist creates clean separation and light framing, which helps the vivid main colors stay prominent.

HEX#D9E1EA
RGB217, 225, 234
HSL212, 29, 88
CMYK7, 4, 0, 8

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
Snow
HEX#F7F8FA
RGB247, 248, 250
HSL220, 23, 97
CMYK1, 1, 0, 2
Charcoal

RolesBg Dark, Text, Btn Secondary 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: #2563EB;
  --color-coral: #FF6B5A;
  --color-mint: #5DD6C0;
  --color-slate: #8A94A6;
  --color-mist: #D9E1EA;
  --color-white: #FFFFFF;
  --color-snow: #F7F8FA;
  --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: #2563EB;
  --role-btn-primary-bg: #2563EB;
  --role-link: #FF6B5A;
  --role-btn-secondary-bg: #FF6B5A;
  --role-headline: #5DD6C0;
  --role-btn-outlined-border: #5DD6C0;
  --role-btn-outlined-text: #5DD6C0;
  --role-icon: #8A94A6;
  --role-border: #8A94A6;
  --role-divider: #D9E1EA;
  --role-outline: #D9E1EA;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #111827;
  --role-text: #111827;
  --role-btn-secondary-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": "#2563EB",
    "coral": "#FF6B5A",
    "mint": "#5DD6C0",
    "slate": "#8A94A6",
    "mist": "#D9E1EA",
    "white": "#FFFFFF",
    "snow": "#F7F8FA",
    "charcoal": "#111827"
}
Press Space to load new palette