Orange#FF6600
Blue#0047AB
Tan#D2B48C
Sky Blue#6699CC
Palette direction

Orange Blue Sand Color Palette

This palette uses a triadic color scheme centered on a vivid Orange, a strong Blue, and a warm Sand tone, providing a balanced and vibrant system ideal for digital interfaces like Linktree. The Orange creates a recognizable and energetic primary presence, Blue supports clickable and interactive elements, and Sand offers warmth and readability for backgrounds and text.

ComplementaryTechorangelinktreebuttonbackground
palette-preview.example
Tech color direction

Orange Blue Sand Color Palette

This palette uses a triadic color scheme centered on a vivid Orange, a strong Blue, and a warm Sand tone, providing a balanced and vibrant system ideal for digital interfaces like Linktree. The Orange creates a recognizable and energetic primary presence, Blue supports clickable and interactive elements, and Sand offers warmth and readability for backgrounds and text.

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 Blue #0047AB8.4:1 Excellent
Logo Charcoal #222222on Tan #D2B48C8.1:1 Excellent
Logo Charcoal #222222on Orange #FF66005.4:1 Strong
Logo Charcoal #222222on White #FFFFFF15.9:1 Excellent
Icon color
BackgroundOrange#FF6600TextCharcoal#222222
Primary Button5.42:1
AA

Best for the main action users should notice first.

BackgroundBlue#0047ABTextWhite#FFFFFF
Secondary Button8.44:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextBlue#0047AB
Outlined Button8.44:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextOrange#FF6600
Text Button2.94:1
Low

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

Palette composition7 colorsComplementary color relationship
9:41Orange Blue Sand 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.

COrange Blue Sand Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The triadic orange, blue, and sand main colors create an energetic and visually balanced system that supports interactive and readable elements with high contrast for digital interfaces.

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.Orange #FF6600
HeadlineUsed for main titles and key messages.Tan #D2B48C
LinkUsed for links and interactive text.Orange #FF6600

Buttons

Primary Button
BackgroundOrange #FF6600
TextCharcoal #222222
Secondary Button
BackgroundBlue #0047AB
TextWhite #FFFFFF
Outlined Button
BackgroundBlue #0047AB
TextBlue #0047AB

Interface

TextDefault readable body text.Charcoal #222222
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Cultured #F5F5F5
IconSmall interface icons and marks.Sky Blue #6699CC
BorderCards, inputs, and component borders.Sky Blue #6699CC
DividerSubtle separators between content.Sky Blue #6699CC
OutlineFocus rings and emphasis outlines.Sky Blue #6699CC

Palette Colors

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

Main (Brand) Colors

The triadic orange, blue, and sand main colors create an energetic and visually balanced system that supports interactive and readable elements with high contrast for digital interfaces.

PrimaryOrange

RolesLogo, Btn Primary Bg, Link

The vivid Orange energizes the brand's presence and draws attention to primary interactive elements like buttons and logos.

HEX#FF6600
RGB255, 102, 0
HSL24, 100, 50
CMYK0, 60, 100, 0
SecondaryBlue

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

The strong Blue contrasts vibrantly with Orange and is perfect for secondary buttons and outlined elements, enhancing interactive clarity.

HEX#0047AB
RGB0, 71, 171
HSL215, 100, 34
CMYK100, 58, 0, 33
TertiaryTan

RolesHeadline

The warm Tan provides a softer, approachable accent for headlines, balancing the energetic main colors with subtle warmth.

HEX#D2B48C
RGB210, 180, 140
HSL34, 44, 69
CMYK0, 14, 33, 18

Support Colors

The support colors are muted blues and grays that subtly extend the palette, adding depth and usable interface nuances while remaining visually subordinate to the main colors.

Sky Blue

RolesIcon, Border, Divider, Outline

Sky Blue acts as a gentle accent for icons and borders, harmonizing with the main Blue while maintaining a low profile to support the interface.

HEX#6699CC
RGB102, 153, 204
HSL210, 50, 60
CMYK50, 25, 0, 20

Neutral Colors

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

White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Cultured

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText, Btn Primary Text

HEX#222222
RGB34, 34, 34
HSL0, 0, 13
CMYK0, 0, 0, 87

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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-orange: #FF6600;
  --color-blue: #0047AB;
  --color-tan: #D2B48C;
  --color-sky-blue: #6699CC;
  --color-white: #FFFFFF;
  --color-cultured: #F5F5F5;
  --color-charcoal: #222222;
}

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: #FF6600;
  --role-btn-primary-bg: #FF6600;
  --role-link: #FF6600;
  --role-btn-secondary-bg: #0047AB;
  --role-btn-outlined-border: #0047AB;
  --role-btn-outlined-text: #0047AB;
  --role-headline: #D2B48C;
  --role-icon: #6699CC;
  --role-border: #6699CC;
  --role-divider: #6699CC;
  --role-outline: #6699CC;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #222222;
  --role-btn-primary-text: #222222;
}

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.
{
    "orange": "#FF6600",
    "blue": "#0047AB",
    "tan": "#D2B48C",
    "sky-blue": "#6699CC",
    "white": "#FFFFFF",
    "cultured": "#F5F5F5",
    "charcoal": "#222222"
}
Press Space to load new palette