Cobalt Blue#1A4F92
Crimson Red#D94127
Burnt Orange#F26B18
Slate Blue#5B8FA8
Steel Gray#738D99
Palette direction

Vibrant Tech Modern Color Palette

This palette draws from the vibrant, energetic hues in the uploaded image, focusing on bold blues, reds, and oranges with complementary warm and cool supports alongside balanced neutrals for usability and contrast.

ComplementaryTechvibranttechmodernblue
palette-preview.example
Tech color direction

Vibrant Tech Modern Color Palette

This palette draws from the vibrant, energetic hues in the uploaded image, focusing on bold blues, reds, and oranges with complementary warm and cool supports alongside balanced neutrals for usability and contrast.

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 Cobalt Blue #1A4F928.1:1 Excellent
Logo Charcoal #28313Bon White #FFFFFF13.2:1 Excellent
Icon color
BackgroundCobalt Blue#1A4F92TextWhite#FFFFFF
Primary Button8.15:1
AAA

Best for the main action users should notice first.

BackgroundCrimson Red#D94127TextWhite#FFFFFF
Secondary Button4.43:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextBurnt Orange#F26B18
Outlined Button3.05:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCobalt Blue#1A4F92
Text Button8.15:1
AAA

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

Palette composition8 colorsComplementary color relationship
9:41Vibrant Tech Modern 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.

CVibrant Tech Modern Color PaletteTech brand direction ColorFly.design
Strategic palette preview

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.Cobalt Blue #1A4F92
HeadlineUsed for main titles and key messages.Burnt Orange #F26B18
LinkUsed for links and interactive text.Cobalt Blue #1A4F92

Buttons

Primary Button
BackgroundCobalt Blue #1A4F92
TextWhite #FFFFFF
Secondary Button
BackgroundCrimson Red #D94127
TextWhite #FFFFFF
Outlined Button
BackgroundBurnt Orange #F26B18
TextBurnt Orange #F26B18

Interface

TextDefault readable body text.Charcoal #28313B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F5F7FA
IconSmall interface icons and marks.Slate Blue #5B8FA8
BorderCards, inputs, and component borders.Slate Blue #5B8FA8
DividerSubtle separators between content.Slate Blue #5B8FA8
OutlineFocus rings and emphasis outlines.Slate Blue #5B8FA8

Palette Colors

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

Main (Brand) Colors

This triadic palette combines distinct blue, red, and vibrant orange colors to form a lively, balanced, and highly recognizable brand identity.

PrimaryCobalt Blue

RolesLogo, Link, Btn Primary Bg

Cobalt Blue conveys professionalism and trust, essential as the primary brand color and prominent button background.

HEX#1A4F92
RGB26, 79, 146
HSL214, 70, 34
CMYK82, 46, 0, 43
SecondaryCrimson Red

RolesBtn Secondary Bg

Crimson Red draws attention and energizes secondary actions while providing a strong contrast for readability.

HEX#D94127
RGB217, 65, 39
HSL9, 70, 50
CMYK0, 70, 82, 15
TertiaryBurnt Orange

RolesBtn Outlined Border, Btn Outlined Text, Headline

Burnt Orange offers a warm accent that emphasizes headlines and outlined button borders without overpowering.

HEX#F26B18
RGB242, 107, 24
HSL23, 89, 52
CMYK0, 56, 90, 5

Support Colors

Supporting accents of muted teal and gray-blue add depth and balance, subtly reinforcing the vibrancy of the main colors while enhancing interface elements.

Slate Blue

RolesIcon, Border, Divider, Outline

Slate Blue complements Cobalt Blue with a muted tone for interface elements, ensuring subtle hierarchy and clarity.

HEX#5B8FA8
RGB91, 143, 168
HSL199, 31, 51
CMYK46, 15, 0, 34
Steel Gray

Steel Gray balances the palette with a neutral cool tone that harmonizes warm main colors, suitable for additional accent needs.

HEX#738D99
RGB115, 141, 153
HSL199, 16, 53
CMYK25, 8, 0, 40

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

RolesBg Dark

HEX#F5F7FA
RGB245, 247, 250
HSL216, 33, 97
CMYK2, 1, 0, 2
Charcoal

RolesText

HEX#28313B
RGB40, 49, 59
HSL212, 19, 19
CMYK32, 17, 0, 77

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-cobalt-blue: #1A4F92;
  --color-crimson-red: #D94127;
  --color-burnt-orange: #F26B18;
  --color-slate-blue: #5B8FA8;
  --color-steel-gray: #738D99;
  --color-white: #FFFFFF;
  --color-ivory: #F5F7FA;
  --color-charcoal: #28313B;
}

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: #1A4F92;
  --role-link: #1A4F92;
  --role-btn-primary-bg: #1A4F92;
  --role-btn-secondary-bg: #D94127;
  --role-btn-outlined-border: #F26B18;
  --role-btn-outlined-text: #F26B18;
  --role-headline: #F26B18;
  --role-icon: #5B8FA8;
  --role-border: #5B8FA8;
  --role-divider: #5B8FA8;
  --role-outline: #5B8FA8;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F7FA;
  --role-text: #28313B;
}

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.
{
    "cobalt-blue": "#1A4F92",
    "crimson-red": "#D94127",
    "burnt-orange": "#F26B18",
    "slate-blue": "#5B8FA8",
    "steel-gray": "#738D99",
    "white": "#FFFFFF",
    "ivory": "#F5F7FA",
    "charcoal": "#28313B"
}
Press Space to load new palette