Royal Blue#0033A0
Vivid Yellow#FFD300
Cyan Blue#007ACC
Sage Green#669966
Medium Slate Blue#5472AE
Palette direction

Vibrant Blue Yellow Color Palette

This palette draws from the vibrant blues and yellows in the University of Rizal System emblem, balanced by grounded neutrals to ensure clarity and versatility across applications. The main colors capture trust and energy, while support colors provide subtle accentuations without overpowering the core palette.

ComplementaryEducationblueyelloweducationtrustworthy
palette-preview.example
Education color direction

Vibrant Blue Yellow Color Palette

This palette draws from the vibrant blues and yellows in the University of Rizal System emblem, balanced by grounded neutrals to ensure clarity and versatility across applications. The main colors capture trust and energy, while support colors provide subtle accentuations without overpowering the core palette.

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 Rich Black #222222on Vivid Yellow #FFD30011.0:1 Excellent
Logo White #FFFFFFon Royal Blue #0033A010.6:1 Excellent
Logo White #FFFFFFon Cyan Blue #007ACC4.5:1 Strong
Logo Rich Black #222222on White #FFFFFF15.9:1 Excellent
Icon color
BackgroundRoyal Blue#0033A0TextWhite#FFFFFF
Primary Button10.60:1
AAA

Best for the main action users should notice first.

BackgroundCyan Blue#007ACCTextWhite#FFFFFF
Secondary Button4.51:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextRoyal Blue#0033A0
Outlined Button10.60:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextRoyal Blue#0033A0
Text Button10.60:1
AAA

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

Palette composition8 colorsComplementary color relationship
9:41Vibrant Blue Yellow 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 Blue Yellow Color PaletteEducation brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The palette uses a bold royal blue as the base, paired with a vivid yellow and a saturated cyan blue, creating a split-complementary harmony that feels dynamic yet cohesive.

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 #0033A0
HeadlineUsed for main titles and key messages.Vivid Yellow #FFD300
LinkUsed for links and interactive text.Royal Blue #0033A0

Buttons

Primary Button
BackgroundRoyal Blue #0033A0
TextWhite #FFFFFF
Secondary Button
BackgroundCyan Blue #007ACC
TextWhite #FFFFFF
Outlined Button
BackgroundRoyal Blue #0033A0
TextRoyal Blue #0033A0

Interface

TextDefault readable body text.Rich Black #222222
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Alabaster #F4F4F4
IconSmall interface icons and marks.Sage Green #669966
BorderCards, inputs, and component borders.Sage Green #669966
DividerSubtle separators between content.Sage Green #669966
OutlineFocus rings and emphasis outlines.Sage Green #669966

Palette Colors

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

Main (Brand) Colors

The palette uses a bold royal blue as the base, paired with a vivid yellow and a saturated cyan blue, creating a split-complementary harmony that feels dynamic yet cohesive.

PrimaryRoyal Blue

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text

Royal Blue evokes trust, professionalism, and academic excellence, anchoring the palette firmly in an educational context.

HEX#0033A0
RGB0, 51, 160
HSL221, 100, 31
CMYK100, 68, 0, 37
SecondaryVivid Yellow

RolesHeadline

Vivid Yellow injects energy, optimism, and attention, perfect for call-to-action text and headlines.

HEX#FFD300
RGB255, 211, 0
HSL50, 100, 50
CMYK0, 17, 100, 0
TertiaryCyan Blue

RolesBtn Secondary Bg

Cyan Blue complements Royal Blue with a fresher, lighter tone that supports secondary buttons with clarity and approachability.

HEX#007ACC
RGB0, 122, 204
HSL204, 100, 40
CMYK100, 40, 0, 20

Support Colors

Support colors bring a grounded balance to the bright main palette by introducing a soft green and medium slate blue, helping in organizing UI elements and subtle accents without overwhelming.

Sage Green

RolesIcon, Border, Divider, Outline

Sage Green offers a natural, muted tone that complements the blues and yellows, providing a calming counterbalance and aiding visual hierarchy.

HEX#669966
RGB102, 153, 102
HSL120, 20, 50
CMYK33, 0, 33, 40
Medium Slate Blue

Medium Slate Blue extends the blue range with a softer, more subdued shade that harmonizes with primary tones while reducing visual intensity.

HEX#5472AE
RGB84, 114, 174
HSL220, 36, 51
CMYK52, 34, 0, 32

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
Alabaster

RolesBg Dark

HEX#F4F4F4
RGB244, 244, 244
HSL0, 0, 96
CMYK0, 0, 0, 4
Rich Black

RolesText

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.

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: #0033A0;
  --color-vivid-yellow: #FFD300;
  --color-cyan-blue: #007ACC;
  --color-sage-green: #669966;
  --color-medium-slate-blue: #5472AE;
  --color-white: #FFFFFF;
  --color-alabaster: #F4F4F4;
  --color-rich-black: #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: #0033A0;
  --role-link: #0033A0;
  --role-btn-primary-bg: #0033A0;
  --role-btn-outlined-border: #0033A0;
  --role-btn-outlined-text: #0033A0;
  --role-headline: #FFD300;
  --role-btn-secondary-bg: #007ACC;
  --role-icon: #669966;
  --role-border: #669966;
  --role-divider: #669966;
  --role-outline: #669966;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F4F4F4;
  --role-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.
{
    "royal-blue": "#0033A0",
    "vivid-yellow": "#FFD300",
    "cyan-blue": "#007ACC",
    "sage-green": "#669966",
    "medium-slate-blue": "#5472AE",
    "white": "#FFFFFF",
    "alabaster": "#F4F4F4",
    "rich-black": "#222222"
}
Press Space to load new palette