Goldenrod#D4A017
Navy Blue#1C3A72
Warm Gray#8B7E6B
Muted Teal#5A8F8C
Soft Blue#7E9DCB
Palette direction

Goldenrod Navy Gray Color Palette

This palette uses a rich goldenrod, deep navy blue, and warm gray as main colors to reflect professionalism and clarity, supported by muted teal and soft blue accents that extend usability without overpowering. The neutrals provide balanced contrast for usability and readability.

ComplementaryEducationgoldenrodnavy bluewarm graytech
palette-preview.example
Education color direction

Goldenrod Navy Gray Color Palette

This palette uses a rich goldenrod, deep navy blue, and warm gray as main colors to reflect professionalism and clarity, supported by muted teal and soft blue accents that extend usability without overpowering. The neutrals provide balanced contrast for usability and readability.

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 Navy Blue #1C3A7211.1:1 Excellent
Logo Charcoal #2B2B28on Goldenrod #D4A0176.0:1 Strong
Logo Charcoal #2B2B28on White #FFFFFF14.2:1 Excellent
Logo Charcoal #2B2B28on Soft Blue #7E9DCB5.1:1 Strong
Icon color
BackgroundGoldenrod#D4A017TextCharcoal#2B2B28
Primary Button5.98:1
AA

Best for the main action users should notice first.

BackgroundNavy Blue#1C3A72TextWhite#FFFFFF
Secondary Button11.07:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextNavy Blue#1C3A72
Outlined Button11.07:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextGoldenrod#D4A017
Text Button2.38:1
Low

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

Palette composition8 colorsComplementary color relationship
9:41Goldenrod Navy Gray 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.

CGoldenrod Navy Gray Color PaletteEducation brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors of goldenrod, navy blue, and warm gray create a strong complementary palette that balances warmth and professionalism, making it instantly recognizable for tech and education brands.

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.Goldenrod #D4A017
HeadlineUsed for main titles and key messages.Navy Blue #1C3A72
LinkUsed for links and interactive text.Goldenrod #D4A017

Buttons

Primary Button
BackgroundGoldenrod #D4A017
TextCharcoal #2B2B28
Secondary Button
BackgroundNavy Blue #1C3A72
TextWhite #FFFFFF
Outlined Button
BackgroundNavy Blue #1C3A72
TextNavy Blue #1C3A72

Interface

TextDefault readable body text.Charcoal #2B2B28
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F5F4F0
IconSmall interface icons and marks.Muted Teal #5A8F8C
BorderCards, inputs, and component borders.Muted Teal #5A8F8C
DividerSubtle separators between content.Muted Teal #5A8F8C
OutlineFocus rings and emphasis outlines.Muted Teal #5A8F8C

Palette Colors

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

Main (Brand) Colors

The main colors of goldenrod, navy blue, and warm gray create a strong complementary palette that balances warmth and professionalism, making it instantly recognizable for tech and education brands.

PrimaryGoldenrod

RolesLogo, Link, Btn Primary Bg

Goldenrod adds warmth and optimism, driving attention and brand recall.

HEX#D4A017
RGB212, 160, 23
HSL43, 80, 46
CMYK0, 25, 89, 17
SecondaryNavy Blue

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text, Headline

Navy Blue conveys trust, authority, and a strong foundation suitable for education and tech.

HEX#1C3A72
RGB28, 58, 114
HSL219, 61, 28
CMYK75, 49, 0, 55
TertiaryWarm Gray

Warm Gray balances the palette with subtle neutrality, making the bold colors approachable.

HEX#8B7E6B
RGB139, 126, 107
HSL36, 13, 48
CMYK0, 9, 23, 45

Support Colors

Support colors in muted teal and soft blue complement the main palette by adding calm and contemporary accents that maintain harmony without overpowering.

Muted Teal

RolesIcon, Border, Divider, Outline

Muted Teal offers a subdued, calming tone that works well with navy blue for functional elements.

HEX#5A8F8C
RGB90, 143, 140
HSL177, 23, 46
CMYK37, 0, 2, 44
Soft Blue

Soft Blue harmonizes with navy to provide gentle visual cues and support usability.

HEX#7E9DCB
RGB126, 157, 203
HSL216, 43, 65
CMYK38, 23, 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
Ivory

RolesBg Dark

HEX#F5F4F0
RGB245, 244, 240
HSL48, 20, 95
CMYK0, 0, 2, 4
Charcoal

RolesText, Btn Primary Text

HEX#2B2B28
RGB43, 43, 40
HSL60, 4, 16
CMYK0, 0, 7, 83

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-goldenrod: #D4A017;
  --color-navy-blue: #1C3A72;
  --color-warm-gray: #8B7E6B;
  --color-muted-teal: #5A8F8C;
  --color-soft-blue: #7E9DCB;
  --color-white: #FFFFFF;
  --color-ivory: #F5F4F0;
  --color-charcoal: #2B2B28;
}

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: #D4A017;
  --role-link: #D4A017;
  --role-btn-primary-bg: #D4A017;
  --role-btn-secondary-bg: #1C3A72;
  --role-btn-outlined-border: #1C3A72;
  --role-btn-outlined-text: #1C3A72;
  --role-headline: #1C3A72;
  --role-icon: #5A8F8C;
  --role-border: #5A8F8C;
  --role-divider: #5A8F8C;
  --role-outline: #5A8F8C;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F4F0;
  --role-text: #2B2B28;
  --role-btn-primary-text: #2B2B28;
}

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.
{
    "goldenrod": "#D4A017",
    "navy-blue": "#1C3A72",
    "warm-gray": "#8B7E6B",
    "muted-teal": "#5A8F8C",
    "soft-blue": "#7E9DCB",
    "white": "#FFFFFF",
    "ivory": "#F5F4F0",
    "charcoal": "#2B2B28"
}
Press Space to load new palette