01 — Logos
Lockups
Three lockups (horizontal, stacked, mark) × two color variants (color, on-dark).
Use color on light/cream/controlled-charcoal surfaces;
use on-dark on photography, gradients, or any variable ground.
No white-silhouette variant exists — on-dark is the dark-bg treatment.
Download all logos (ZIP) Min sizes: horizontal 120 px / stacked 80 px / mark 32 px. Clearspace = mark height. Never stretch, skew, rotate, or recolor.
02 — Colors
Canonical palette
Seven colors. No new hues, no recoloring of mark facets. Click a swatch to copy its hex.
03 — Typography
Type system
Three tiers — Raleway display, Lato headers, Open Sans body. All Google Fonts, SIL OFL. When unsure, pick the less-expressive tier.
Download all fonts (ZIP) SIL Open Font License 1.1. Self-hosting recommended.
04 — Reference
Brand Guide
25-page PDF: full voice, visual system, lockup rules, typography reference, application examples.
05 — Voice
Voice & messaging
How Petabit Scale sounds — across web, email, proposals, and social.
Seven attributes: carrier-grade, candid, independent, dense with substance, peer-facing, witty when warranted, formality-flexing. Archetype: the opinionated engineer.
Banned words include solutions (filler), transform/revolutionize,
mission-critical, journey, synergy.
Use-with-caution: next-generation, cutting-edge,
industry-leading, scalable, carrier-grade,
ecosystem.
Read full voice guidelines voice-guidelines.md brand-summary.json
06 — Implementation
Web snippets
Copy-paste-ready blocks for common surfaces. Full reference at web-snippets.md.
<link rel="icon" type="image/svg+xml" href="/assets/brand/favicon/favicon.svg"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/brand/favicon/favicon-32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/brand/favicon/favicon-16.png"> <link rel="apple-touch-icon" sizes="180x180" href="/assets/brand/favicon/apple-touch-icon.png"> <meta name="theme-color" content="#1F272B">
@import url('https://branding.petabitscale.com/assets/brand/palette/palette.css');
:root {
--ps-font-display: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
--ps-font-header: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
--ps-font-body: 'Open Sans', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
font-family: var(--ps-font-body);
color: var(--ps-charcoal);
}
h1, h2, h3 {
font-family: var(--ps-font-header);
color: var(--ps-forest-green);
}
a { color: var(--ps-primary-teal); }
<a href="/" class="ps-logo">
<img src="https://branding.petabitscale.com/assets/brand/svg/petabit-scale-horizontal-color.svg"
alt="Petabit Scale"
width="240" height="49">
</a>