Home · Branding · Saleswhale

Saleswhale Brand Identity

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

Download JSON
Primary
#172233
Accent
#00FBEC
Body Font
Aeonik Regular
Heading
Aeonik Semibold

Color Palette

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

primary
#172233
rgb(23, 34, 51)
secondary
#007578
rgb(0, 117, 120)
accent
#00FBEC
rgb(0, 251, 236)
background
#F6F6F5
rgb(246, 246, 245)
textPrimary
#000000
rgb(0, 0, 0)
link
#00FBEC
rgb(0, 251, 236)

Typography

Each font links to its Google Fonts page where available.

primary
Aeonik Regular
Aeonik Regular Google Fonts →
heading
Aeonik Semibold
Aeonik Semibold Google Fonts →
Aeonik Bold, 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

Saleswhale logo
Logo
Saleswhale favicon
Favicon
Saleswhale social image
Social Card

UI Components

Live previews rendered using Saleswhale's actual button styles.

input
background #FFFFFF textColor #172233 borderColor #E1E1E1 borderRadius 5px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonPrimary
background #181D25 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #172233 textColor #FDFDFD borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: B2B marketers

Saleswhale Brand in the Wild

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

Frequently Asked Questions

What is Saleswhale's primary brand color?

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

What accent color does Saleswhale use?

Saleswhale uses #00FBEC as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Saleswhale use?

Saleswhale uses Aeonik Regular for body text and Aeonik Semibold for headings. Fonts were detected on https://www.saleswhale.com/ as part of their live design system.

Does Saleswhale use a light or dark theme?

Saleswhale's primary site uses a light color scheme, with a background of #F6F6F5.

Where can I find Saleswhale's logo?

Saleswhale's logo is available directly on their site (https://www.saleswhale.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.saleswhale.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 Saleswhale.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Aeonik Semibold",
      "role": "heading"
    },
    {
      "family": "Aeonik Regular",
      "role": "body"
    },
    {
      "family": "Aeonik Bold",
      "role": "heading"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#172233",
    "secondary": "#007578",
    "accent": "#00FBEC",
    "background": "#F6F6F5",
    "textPrimary": "#000000",
    "link": "#00FBEC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Aeonik Regular",
      "heading": "Aeonik Semibold"
    },
    "fontStacks": {
      "heading": [
        "Aeonik Bold",
        "sans-serif"
      ],
      "body": [
        "Aeonik Regular",
        "sans-serif"
      ],
      "paragraph": [
        "Aeonik Regular",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "36px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#172233",
      "borderColor": "#E1E1E1",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#181D25",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#172233",
      "textColor": "#FDFDFD",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://6sense.com/wp-content/themes/6Sense-2025/assets/img/logos/logo.svg",
    "favicon": "https://6sense.com/wp-content/uploads/fbrfg/favicon-96x96.png",
    "ogImage": "http://6sense.com/wp-content/uploads/2025/03/6sense-primary-meta-d.png",
    "logoHref": "https://6sense.com",
    "logoAlt": "6Sense"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name '6sense'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book Your Demo",
      "reasoning": "Button #0 'Book Your Demo' has a dark background (#181D25) which stands out as a primary CTA. The text is action-oriented, encouraging users to engage with the platform."
    },
    "secondary": {
      "index": 1,
      "text": "Subscribe",
      "reasoning": "Button #1 'Subscribe' has a different background color (#172233) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "B2B marketers"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name '6sense'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles