Home · Branding · NOSO LABS

NOSO LABS Brand Identity

A complete profile of NOSO LABS's visual system — colors, typography, components, and personality — extracted from https://noso.so. Built for designers, agents, and AI tools.

Download JSON
Primary
#2563EB
Accent
#D97706
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://noso.so.

primary
#2563EB
rgb(37, 99, 235)
accent
#D97706
rgb(217, 119, 6)
background
#050505
rgb(5, 5, 5)
textPrimary
#050505
rgb(5, 5, 5)
link
#D97706
rgb(217, 119, 6)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, -apple-system, BlinkMacSystemFont, 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

NOSO LABS favicon
Favicon
NOSO LABS social image
Social Card

UI Components

Live previews rendered using NOSO LABS's actual button styles.

buttonPrimary
background #171717 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #FFFFFF textColor #525252 borderColor #E5E5E5 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: field technicians and technical professionals

NOSO LABS Brand in the Wild

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

Frequently Asked Questions

What is NOSO LABS's primary brand color?

NOSO LABS's primary brand color is #2563EB. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does NOSO LABS use?

NOSO LABS uses #D97706 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does NOSO LABS use?

NOSO LABS uses Inter as the primary typeface across body and headings.

Does NOSO LABS use a light or dark theme?

NOSO LABS's primary site uses a dark color scheme, with a background of #050505.

How was this brand profile generated?

This profile was extracted from https://noso.so 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 NOSO LABS.

Methodology

Brand data on this page was extracted from https://noso.so 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 NOSO LABS.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2563EB",
    "accent": "#D97706",
    "background": "#050505",
    "textPrimary": "#050505",
    "link": "#D97706"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "paragraph": [
        "ui-monospace",
        "SFMono-Regular",
        "Menlo",
        "Monaco",
        "Consolas",
        "Liberation Mono",
        "Courier New",
        "monospace"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "44px",
      "body": "11px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#171717",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#525252",
      "borderColor": "#E5E5E5",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://noso-landing-page-asset.s3.amazonaws.com/favicon.ico",
    "ogImage": "/noso-og-image.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The candidate logo does not match the brand 'Noso' as inferred from the page title and URL. It appears to be a partner or client logo (Salesforce).",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "The 'Get Started' button is likely the primary CTA due to its action-oriented text, which is common for primary actions. It shares the same color group as other buttons, but its text suggests a primary action."
    },
    "secondary": {
      "index": 3,
      "text": "Decline optional",
      "reasoning": "The 'Decline optional' button is in a different color group with a light background, making it suitable as a secondary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "field technicians and technical professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "The candidate logo does not match the brand 'Noso' as inferred from the page title and URL. It appears to be a partner or client logo (Salesforce).",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles