Home · Branding · SlashAuth

SlashAuth Brand Identity

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

Download JSON
Primary
#09111A
Accent
#181E29
Body Font
Rubik
Heading
Rubik

Color Palette

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

primary
#09111A
rgb(9, 17, 26)
secondary
#FFF5D6
rgb(255, 245, 214)
accent
#181E29
rgb(24, 30, 41)
background
#181E29
rgb(24, 30, 41)
textPrimary
#181E29
rgb(24, 30, 41)
link
#181E29
rgb(24, 30, 41)

Typography

Each font links to its Google Fonts page where available.

primary
Rubik
heading
Rubik
Rubik, 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

SlashAuth favicon
Favicon

UI Components

Live previews rendered using SlashAuth's actual button styles.

buttonPrimary
background #09111A textColor #000000 borderRadius 17px shadow none

Brand Personality

Tone: professional Energy: medium Audience: gamers and casino enthusiasts

SlashAuth Brand in the Wild

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

Frequently Asked Questions

What is SlashAuth's primary brand color?

SlashAuth's primary brand color is #09111A. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does SlashAuth use?

SlashAuth uses #181E29 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does SlashAuth use?

SlashAuth uses Rubik as the primary typeface across body and headings.

Does SlashAuth use a light or dark theme?

SlashAuth's primary site uses a dark color scheme, with a background of #181E29.

How was this brand profile generated?

This profile was extracted from https://www.slashauth.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 SlashAuth.

Methodology

Brand data on this page was extracted from https://www.slashauth.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 SlashAuth.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Rubik",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#09111A",
    "secondary": "#FFF5D6",
    "accent": "#181E29",
    "background": "#181E29",
    "textPrimary": "#181E29",
    "link": "#181E29"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Rubik",
      "heading": "Rubik"
    },
    "fontStacks": {
      "heading": [
        "Rubik",
        "sans-serif"
      ],
      "body": [
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Noto Sans",
        "Liberation Sans",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Rubik",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "26.88px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#09111A",
      "textColor": "#000000",
      "borderRadius": "17px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "17px",
        "bottomLeft": "17px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://slashauth.com/uploads/logo_hellspin_233596345c.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The logo candidate provided does not match the inferred brand 'SlashAuth' from the URL. The candidate is for 'Hellspin Casino', which does not align with the URL or expected brand.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "přehrát",
      "reasoning": "Button #6 is marked with 'button_primary' class, indicating it is the primary CTA. It uses the same dark background color as others but is distinguished by its class name."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color, making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.8
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "gamers and casino enthusiasts"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.8,
    "colors": 0.9,
    "overall": 0.8500000000000001
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "The logo candidate provided does not match the inferred brand 'SlashAuth' from the URL. The candidate is for 'Hellspin Casino', which does not align with the URL or expected brand.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles