Golden Yellow#F7B733
Royal Blue#2F2FA2
Soft Purple#8A7BC9
Muted Indigo#5B5DC3
Palette direction

Golden Blue Education Color Palette

This brand palette uses warm golden yellows and a rich, clear blue to evoke reliability, intellect, and energy inspired by the image's color contrasts. The support colors provide softer, complementary tones that balance the vibrancy while the neutrals ensure clean, readable text and interface elements.

ComplementaryEducationeducationknowledgeintellectreliable
palette-preview.example
Education color direction

Golden Blue Education Color Palette

This brand palette uses warm golden yellows and a rich, clear blue to evoke reliability, intellect, and energy inspired by the image's color contrasts. The support colors provide softer, complementary tones that balance the vibrancy while the neutrals ensure clean, readable text and interface elements.

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 Pure White #FFFFFFon Royal Blue #2F2FA210.2:1 Excellent
Logo Charcoal Black #1A1A1Aon Golden Yellow #F7B7339.8:1 Excellent
Logo Charcoal Black #1A1A1Aon Pure White #FFFFFF17.4:1 Excellent
Logo Pure White #FFFFFFon Muted Indigo #5B5DC35.5:1 Strong
Icon color
BackgroundGolden Yellow#F7B733TextCharcoal Black#1A1A1A
Primary Button9.76:1
AAA

Best for the main action users should notice first.

BackgroundRoyal Blue#2F2FA2TextPure White#FFFFFF
Secondary Button10.25:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextRoyal Blue#2F2FA2
Outlined Button10.25:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextRoyal Blue#2F2FA2
Text Button10.25:1
AAA

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

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

CGolden Blue Education Color PaletteEducation brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a golden yellow and a crisp blue, creating a vibrant complementary contrast that is both energizing and trustworthy for educational branding.

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.Golden Yellow #F7B733
HeadlineUsed for main titles and key messages.Soft Purple #8A7BC9
LinkUsed for links and interactive text.Royal Blue #2F2FA2

Buttons

Primary Button
BackgroundGolden Yellow #F7B733
TextCharcoal Black #1A1A1A
Secondary Button
BackgroundRoyal Blue #2F2FA2
TextPure White #FFFFFF
Outlined Button
BackgroundGolden Yellow #F7B733
TextRoyal Blue #2F2FA2

Interface

TextDefault readable body text.Charcoal Black #1A1A1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Soft Ivory #F0F0F3
IconSmall interface icons and marks.Soft Purple #8A7BC9
BorderCards, inputs, and component borders.Soft Purple #8A7BC9
DividerSubtle separators between content.Soft Purple #8A7BC9
OutlineFocus rings and emphasis outlines.Soft Purple #8A7BC9

Palette Colors

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

Main (Brand) Colors

The main colors combine a golden yellow and a crisp blue, creating a vibrant complementary contrast that is both energizing and trustworthy for educational branding.

PrimaryGolden Yellow

RolesLogo, Btn Primary Bg, Btn Outlined Border

Golden Yellow brings warmth and energy, symbolizing enthusiasm and optimism essential for engaging education brands.

HEX#F7B733
RGB247, 183, 51
HSL40, 92, 58
CMYK0, 26, 79, 3
SecondaryRoyal Blue

RolesLink, Btn Secondary Bg, Btn Outlined Text

Royal Blue evokes intelligence and reliability, providing a professional and trustworthy tone to balance the vibrant yellow.

HEX#2F2FA2
RGB47, 47, 162
HSL240, 55, 41
CMYK71, 71, 0, 36

Support Colors

Support colors extend the palette with a range of purples and softer blues, providing visual depth and balance without distracting from the main complementary colors.

Soft Purple

RolesHeadline, Icon, Border, Divider, Outline

Soft Purple adds an approachable, academic nuance that complements both yellow and blue, gently bridging the two main colors.

HEX#8A7BC9
RGB138, 123, 201
HSL252, 42, 64
CMYK31, 39, 0, 21
Muted Indigo

Muted Indigo reinforces the blue family with a softer tone, supporting interface elements and providing subtle contrast.

HEX#5B5DC3
RGB91, 93, 195
HSL239, 46, 56
CMYK53, 52, 0, 24

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Ivory

RolesBg Dark

HEX#F0F0F3
RGB240, 240, 243
HSL240, 11, 95
CMYK1, 1, 0, 5
Charcoal Black

RolesText, Btn Primary Text

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

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-golden-yellow: #F7B733;
  --color-royal-blue: #2F2FA2;
  --color-soft-purple: #8A7BC9;
  --color-muted-indigo: #5B5DC3;
  --color-pure-white: #FFFFFF;
  --color-soft-ivory: #F0F0F3;
  --color-charcoal-black: #1A1A1A;
}

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: #F7B733;
  --role-btn-primary-bg: #F7B733;
  --role-btn-outlined-border: #F7B733;
  --role-link: #2F2FA2;
  --role-btn-secondary-bg: #2F2FA2;
  --role-btn-outlined-text: #2F2FA2;
  --role-headline: #8A7BC9;
  --role-icon: #8A7BC9;
  --role-border: #8A7BC9;
  --role-divider: #8A7BC9;
  --role-outline: #8A7BC9;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F0F0F3;
  --role-text: #1A1A1A;
  --role-btn-primary-text: #1A1A1A;
}

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.
{
    "golden-yellow": "#F7B733",
    "royal-blue": "#2F2FA2",
    "soft-purple": "#8A7BC9",
    "muted-indigo": "#5B5DC3",
    "pure-white": "#FFFFFF",
    "soft-ivory": "#F0F0F3",
    "charcoal-black": "#1A1A1A"
}
Press Space to load new palette