P01 Color Palette Reference

Palette: Navy + Parchment + Copper Quiet authority / premium / resilient


Core Colors

RoleHexRGBUsage
Primary#0205322, 5, 50Nav backgrounds, section titles, heavy dividers, dark hero overlays
Secondary#0916529, 22, 82Links, icon fills, card borders, subtle headers, hover states
Accent (Copper)#C47A3D196, 122, 61Primary CTA buttons, badges, callouts, underline highlights
Background#FEF9F1254, 249, 241Page base, light sections, card interiors
Text#11182717, 24, 39Body copy, long-form content

Extended Palette

RoleHexUsage
Copper Light#D4945EHover state for copper CTAs, secondary badges
Copper Dark#A86230Active/pressed state for copper CTAs
Navy Mid#374273Muted UI elements, disabled states on dark backgrounds
Parchment Dark#F0EBE4Card backgrounds, alternating table rows, subtle section breaks
Stone#9597A9Placeholder text, captions, metadata
Success#2D6A4FSuccess states, confirmations
Warning#E09F3EWarning states (harmonizes with copper)
Error#C1292EError states, destructive actions
Info#1748A0Informational callouts, tooltips

CSS Tokens

:root {
  --color-primary: #020532;
  --color-secondary: #091652;
  --color-accent: #C47A3D;
  --color-bg: #FEF9F1;
  --color-text: #111827;
 
  --color-accent-light: #D4945E;
  --color-accent-dark: #A86230;
  --color-navy-mid: #374273;
  --color-parchment-dark: #F0EBE4;
  --color-stone: #9597A9;
 
  --color-success: #2D6A4F;
  --color-warning: #E09F3E;
  --color-error: #C1292E;
  --color-info: #1748A0;
 
  --color-link: #091652;
  --color-link-hover: #C47A3D;
 
  --gradient-hero: linear-gradient(135deg, #020532 0%, #091652 65%, #C47A3D 130%);
  --button-cta-bg: #C47A3D;
  --button-cta-text: #0B1220;
}

Contrast Ratios (WCAG)

PairRatioWCAG AAWCAG AAA
Text #111827 on BG #FEF9F1~16.9:1PassPass
Copper CTA #C47A3D on dark #0B1220~5.5:1PassFail
Secondary #091652 on BG #FEF9F1~13.8:1PassPass
Stone #9597A9 on BG #FEF9F1~3.2:1Fail (use for large text only)Fail