backline.json
Backline Brand Identity
A complete profile of Backline's visual system — colors, typography, components, and personality — extracted from https://backline.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/backline
- Machine-readable JSON: https://characterquilt.com/branding/backline.json
- Per-page llms.txt: https://characterquilt.com/branding/backline/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #4812A7 |
| Accent | #4812A7 |
| Body Font | DM Sans |
| Heading Font | GT-Super-Text |
Color Palette
- primary: #4812A7
- secondary: #445588
- accent: #4812A7
- background: #FFFFFF
- textPrimary: #8B8A8B
- link: #286491
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: GT-Super-Text — https://fonts.google.com/specimen/GT-Super-Text
Visual Assets
- Logo: https://backline.ai/wp-content/uploads/2025/01/Backline-logo-1.svg
- Favicon: https://backline.ai/wp-content/uploads/2025/03/cropped-fav-32x32.png
- Social card (og:image): https://backline.ai/wp-content/uploads/2025/11/Backline-OG-image.webp
UI Components
- buttonPrimary: background=#4812A7, textColor=#FFFFFF, borderColor=#8245DA, borderRadius=4px, shadow=none
- buttonSecondary: background=#FBBE6E, textColor=#333333, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses looking for AI-driven vulnerability management solutions
Backline Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Eran Leib, Author at Backline
- About Us | The Agentic Remediation & DASR Company | Backline
- Resources - Backline
- Podcast - Episode 4 - It's the fix that matters - Backline
- Resources - Backline
- Ayelet Laub, Author at Backline
Working with these fonts
Not found on Google Fonts? Here are instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.