Home · Branding · SNAB

SNAB Brand Identity

A complete profile of SNAB's visual system — colors, typography, components, and personality — extracted from https://www.snabfinance.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#96A3E0
Accent
#3257FF
Body Font
Helvetica Neue
Heading
Helvetica Neue

Color Palette

Brand palette extracted from https://www.snabfinance.com/.

primary
#96A3E0
rgb(150, 163, 224)
secondary
#131548
rgb(19, 21, 72)
accent
#3257FF
rgb(50, 87, 255)
background
#0B0D35
rgb(11, 13, 53)
textPrimary
#0B0D35
rgb(11, 13, 53)
link
#0B0D35
rgb(11, 13, 53)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Helvetica Neue
Helvetica Neue Google Fonts →
OpenSauceSans-SemiBold.woff2, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Visual Assets

SNAB logo
Logo
SNAB favicon
Favicon
SNAB social image
Social Card

UI Components

Live previews rendered using SNAB's actual button styles.

buttonPrimary
background #3257FF textColor #FEFEFE borderRadius 50px shadow none
buttonSecondary
background #131548 textColor #333333 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

SNAB Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is SNAB's primary brand color?

SNAB's primary brand color is #96A3E0. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does SNAB use?

SNAB uses #3257FF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does SNAB use?

SNAB uses Helvetica Neue as the primary typeface across body and headings.

Does SNAB use a light or dark theme?

SNAB's primary site uses a dark color scheme, with a background of #0B0D35.

Where can I find SNAB's logo?

SNAB's logo is available directly on their site (https://www.snabfinance.com/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.snabfinance.com/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by SNAB.

Methodology

Brand data on this page was extracted from https://www.snabfinance.com/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by SNAB.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#96A3E0",
    "secondary": "#131548",
    "accent": "#3257FF",
    "background": "#0B0D35",
    "textPrimary": "#0B0D35",
    "link": "#0B0D35"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Helvetica Neue"
    },
    "fontStacks": {
      "heading": [
        "OpenSauceSans-SemiBold.woff2",
        "sans-serif"
      ],
      "body": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "OpenSauceSans-Regular.woff2",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "40px",
      "h2": "15px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#3257FF",
      "textColor": "#FEFEFE",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#131548",
      "textColor": "#333333",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://snabfinance.com/wp-content/uploads/2025/01/Snab_Favicon.svg",
    "favicon": "https://i0.wp.com/snabfinance.com/wp-content/uploads/2021/10/cropped-favicon.png?fit=32%2C32&ssl=1",
    "ogImage": "https://snabfinance.com/wp-content/uploads/2025/01/snab-desk.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Logo rejected: Red flags detected (UI icon). Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Snab'.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "Get Started",
      "reasoning": "Button #2 has a vibrant blue background (#3257FF) and action-oriented text 'Get Started', making it the most likely primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Request Demo",
      "reasoning": "Button #3 has a different background color (#131548) and offers an alternative action 'Request Demo', making it a suitable secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Snab'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles