The palette

Seven values · click HEX to copy

Redfish Rust

Redfish Rust

Primary accent · CTAs & key data

RGB · 181, 70, 42
HSL · 12°, 62%, 44%
CMYK · 0, 75, 85, 25
Pantone · 7517 C
Creek Forest

Creek Forest

Primary text & dark surfaces

RGB · 44, 61, 32
HSL · 97°, 31%, 18%
CMYK · 60, 35, 80, 65
Pantone · 5747 C
River Teal

River Teal

Secondary accent · links & water

RGB · 45, 110, 126
HSL · 192°, 47%, 34%
CMYK · 80, 35, 30, 35
Pantone · 7715 C
Bank Olive

Bank Olive

Tertiary accent · tags & metadata

RGB · 107, 115, 57
HSL · 68°, 34%, 34%
CMYK · 35, 20, 75, 40
Pantone · 575 C
Cream Sand

Cream Sand

Default page background

RGB · 250, 247, 240
HSL · 42°, 53%, 96%
CMYK · 1, 1, 4, 0
Pantone · 7527 C
Charcoal

Charcoal

Body type on light

RGB · 26, 26, 26
HSL · 0°, 0%, 10%
CMYK · 0, 0, 0, 90
Pantone · Black 6 C
White

White

Reverse type · packaging interiors

RGB · 255, 255, 255
HSL · 0°, 0%, 100%
CMYK · 0, 0, 0, 0
Pantone · n/a

HEX values are sampled from the master logo PNG and are approximate. When the production SVG is delivered, color-pick directly and update brand/06-color.md.

Usage rule

60-30-10 by visual area

Every TCA composition follows this distribution:

60%

Cream Sand

Background, breathing room. Substituted with White only when Cream Sand stock isn't available.

30%

Creek Forest

Type, structural elements, dark surfaces, supporting visuals. The brand's anchor.

10%

One accent

Redfish Rust, River Teal, or Bank Olive. One accent per composition. Don't combine.

Accessibility

WCAG-approved text pairings

The palette is calibrated for accessibility. Pairings below meet WCAG AA or AAA. Pairings not in this table either fail or are reserved for decorative use only.

ForegroundBackgroundContrastVerdict
Creek ForestCream Sand~10.7 : 1AAA · primary headline & body
CharcoalCream Sand~16.3 : 1AAA · long-form body
CharcoalWhite~17.4 : 1AAA
Cream SandCreek Forest~10.7 : 1AAA · reverse
WhiteCreek Forest~10.7 : 1AAA · reverse
Redfish RustCream Sand~5.0 : 1AA · accent type & CTAs
Redfish RustWhite~5.3 : 1AA
River TealCream Sand~5.4 : 1AA · links & secondary headings
River TealWhite~5.8 : 1AA
Bank OliveCream Sand~4.8 : 1AA · tags, supporting copy 14pt+
Bank OliveWhite~5.1 : 1AA

Avoid

ForegroundBackgroundContrastVerdict
Redfish RustCreek Forest~2.2 : 1Fail · decorative only
River TealCreek Forest~2.0 : 1Fail · decorative only
Bank OliveCreek Forest~2.3 : 1Fail · decorative only

CSS tokens

Direct from tokens.css

:root {
  --color-redfish-rust: #B5462A;
  --color-creek-forest: #2C3D20;
  --color-river-teal:   #2D6E7E;
  --color-bank-olive:   #6B7339;
  --color-cream-sand:   #FAF7F0;
  --color-charcoal:     #1A1A1A;
  --color-white:        #FFFFFF;

  --color-bg:           var(--color-cream-sand);
  --color-bg-inverse:   var(--color-creek-forest);
  --color-text:         var(--color-charcoal);
  --color-heading:      var(--color-creek-forest);
  --color-accent:       var(--color-redfish-rust);
  --color-link:         var(--color-river-teal);
  --color-meta:         var(--color-bank-olive);
}

Source of truth: site/styles/tokens.css · brand/06-color.md.