Home · Branding · STARK BANK

STARK BANK Brand Identity

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

Download JSON
Primary
#637282
Accent
#0070E0
Body Font
Pretendard
Heading
Pretendard

Color Palette

Brand palette extracted from https://starkbank.com.

primary
#637282
rgb(99, 114, 130)
secondary
#1B2733
rgb(27, 39, 51)
accent
#0070E0
rgb(0, 112, 224)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0070E0
rgb(0, 112, 224)
link
#0070E0
rgb(0, 112, 224)

Typography

Each font links to its Google Fonts page where available.

primary
Pretendard
heading
Pretendard
Pretendard, Helvetica, Arial, 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

STARK BANK logo
Logo
STARK BANK favicon
Favicon
STARK BANK social image
Social Card

UI Components

Live previews rendered using STARK BANK's actual button styles.

input
background #FFFFFF textColor #637282 borderColor #E6E8EB borderRadius 12px shadow none
buttonPrimary
background #0070E0 textColor #FFFFFF borderColor #0070E0 borderRadius 99px shadow none
buttonSecondary
background #F7F9FA textColor #1B2733 borderColor #F7F9FA borderRadius 99px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals and enterprises

STARK BANK Brand in the Wild

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

Frequently Asked Questions

What is STARK BANK's primary brand color?

STARK BANK's primary brand color is #637282. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does STARK BANK use?

STARK BANK uses #0070E0 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does STARK BANK use?

STARK BANK uses Pretendard as the primary typeface across body and headings.

Does STARK BANK use a light or dark theme?

STARK BANK's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find STARK BANK's logo?

STARK BANK's logo is available directly on their site (https://starkbank.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://starkbank.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 STARK BANK.

Methodology

Brand data on this page was extracted from https://starkbank.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 STARK BANK.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Pretendard",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#637282",
    "secondary": "#1B2733",
    "accent": "#0070E0",
    "background": "#FFFFFF",
    "textPrimary": "#0070E0",
    "link": "#0070E0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Pretendard",
      "heading": "Pretendard"
    },
    "fontStacks": {
      "heading": [
        "Pretendard",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Pretendard",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Pretendard",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "56px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#637282",
      "borderColor": "#E6E8EB",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0070E0",
      "textColor": "#FFFFFF",
      "borderColor": "#0070E0",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F7F9FA",
      "textColor": "#1B2733",
      "borderColor": "#F7F9FA",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://starkbank.com/static/logo.svg",
    "favicon": "https://starkbank.com/static/icon.png",
    "ogImage": "https://starkbank.com/static/logo-rectangle-af45g2.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it matches the favicon and is the main logo for Stark Bank, despite being invisible. It is the only candidate with a source URL directly related to the brand.",
    "confidence": 0.7,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Sign Up",
      "reasoning": "Button #0 ('Sign Up') uses the vibrant brand color #0070E0, which is a strong indicator of a primary call-to-action. The text 'Sign Up' is action-oriented, making it a clear primary CTA."
    },
    "secondary": {
      "index": 9,
      "text": "Sign In",
      "reasoning": "Button #1 ('Sign In') has a different background color (#F7F9FA) and serves as a secondary action, typically used for existing users to access their accounts."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and enterprises"
  },
  "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 matches the favicon and is the main logo for Stark Bank, despite being invisible. It is the only candidate with a source URL directly related to the brand.",
        "confidence": 0.7
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles