Brand Personality
Professional, clean, and technically confident. Pvragon's visual identity pairs deep teal with warm orange for a grounded-yet-energetic feel. Layouts favor generous whitespace, structured hierarchy, and readable typography. The aesthetic is modern business — polished but never flashy.
Color application rules
- Primary teal (
#1E4958) anchors headings, table headers, accent bars, and primary buttons - Orange (
#E7511F) is used sparingly for emphasis: bold labels, calls-to-action, H2 headings, and accent elements - Dark backgrounds use
#112328(near-black), never pure black - Body text uses
#112328on white backgrounds - Table headers use dark teal background with white bold text — a signature Pvragon pattern
- Clear visual hierarchy: teal for structure, orange for emphasis, neutrals for content
Color
Two brand colors carry the identity; a semantic layer maps them onto text, backgrounds, borders, links, and status. Tints and shades are computed by the token pipeline, never eyeballed.
Core brand
color.brand.primary
Headings, table headers, accent bars, primary buttons
color.brand.accent
Emphasis, CTAs, H2 headings — use sparingly
Text
color.text.default
Primary body text
color.text.subtle
Secondary text, captions
color.text.onPrimary
Text on primary-colored backgrounds
color.text.onDark
Text on dark backgrounds
Background & border
color.background.default
Page / slide background
color.background.subtle
Alternate table rows, subtle sections
color.background.accent
Callouts, highlighted areas — doubles as color.border.default
color.border.subtle
Decorative rules, light separators
Links
color.link.default
Hyperlink text
color.link.hover
Hover state — darkened primary
color.link.visited
Visited links
Status
color.status.successLight
Success badge / callout background
color.status.successMed
Success icons, accents
color.status.successDark
Success text
color.status.warningLight
Warning badge / callout background
color.status.warningMed
Warning icons, accents
color.status.warningDark
Warning text
Heading hierarchy — alternating strategy
color.heading.h1 · h3
Primary teal — structure levels
color.heading.h2
Accent orange — alternating emphasis
color.heading.h4
Computed +25% tint of primary
color.heading.h5
Computed +25% tint of accent
color.heading.h6
Returns to primary
Computed derivatives
#000000
#0B1A1F
#1E4958
#317891
#4DA4C2
#86C1D6
#62210B
#A83712
#E7511F
#EE8764
#F6BCA9
#FDF2EE
Derivatives are ±25/50/75% lightness steps computed by parse-brand-guidelines.js.
If the brand later defines explicit extended-palette values, those win over computed ones.
Typography
One family does all the work: Noto Sans for every heading and body setting, falling back to Arial. Courier New handles code. Weight — not typeface changes — creates hierarchy.
Automation that earns trust
Deterministic where it matters
Built by Pvragon LLC
We build AI-powered operations systems that pair probabilistic intelligence with deterministic execution — so the work is fast and repeatable.
Figure 1 — brand token pipeline, March 2026
node parse-brand-guidelines.js --validate
Font stack
Logo
Four assets cover every placement: full wordmark and icon, each with a dark-background variant. Never recolor, stretch, or restyle them.
Usage rules
- Light / white backgrounds: use the full horizontal wordmark (
PV_Logo.png) - Dark backgrounds: use
PV_Logo_onDark.png - Small placements (footers, subsequent page headers): use the 24×24 icon (
PV_fav.png) - Header placement: logo right-justified in the page header
Voice & Tone
How Pvragon sounds, in four commitments. These guide copywriting and AI-authored text; they don't affect visual rendering.
Applied Examples
The brand rendered into its real content types, exactly as the preference enums in
brand-tokens.json dictate. Each example names the preferences it demonstrates.
Document
Quarterly Operations Review
Prepared by: Pvragon LLC · Contact: jaime@pvragon.com
Pipeline Summary
Automation coverage expanded across all three service tiers this quarter. The table below uses the signature Pvragon pattern — dark teal headers with bold white text.
| Workstream | Status | Coverage |
|---|---|---|
| Billing reconciliation | Complete | 100% |
| Dispatch intake | In progress | 72% |
| Reporting exports | Complete | 100% |
Slide — title
Social card
Email header
Your July automation digest
Three pipelines shipped, two directives updated, and one new skill in the library. Highlights below.
View the full digestAccessibility
Target: WCAG AA for text and UI. Ratios below are computed by the token pipeline at generation time — measured, not assumed.
| Sample | Foreground / background | Ratio | Level |
|---|---|---|---|
| Teal on white | brand.primary / background.default | 9.77 | AAA |
| Orange on white | brand.accent / background.default | 3.75 | AA-large |
| Body on white | text.default / background.default | 16.22 | AAA |
| Subtle on white | text.subtle / background.default | 4.81 | AA |
| Links on white | link.default / background.default | 9.77 | AAA |
| White on teal | text.onPrimary / brand.primary | 9.77 | AAA |
#E7511F) on white is AA for large text only (3:1).
Use it for H2 headings, bold labels, and buttons — never for body-size copy. For small orange text, use
derivative.accent.shade1 (#A83712) instead.