Semiotic Brand: Colors, Fonts, Logo & Visual Identity

Semiotic Brand Identity

A complete profile of Semiotic's visual system — colors, typography, components, and personality — extracted from http://semiotic.com. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from http://semiotic.com.

Color Hex Code RGB
Primary #CFE4FE rgb(207, 228, 254)
Accent #CFE4FE rgb(207, 228, 254)
Background #FFFFFF rgb(255, 255, 255)
Text Primary #09090B rgb(9, 9, 11)
Link #CFE4FE rgb(207, 228, 254)

Typography

Each font links to its Google Fonts page where available.

Role Font Google Fonts
Body Inter Google Fonts →
Heading Plus Jakarta Sans Google Fonts →

Visual Assets

UI Components

Component Background Text Color Border Radius Shadow
Input transparent #3F3F46 0px none
Button Primary #000000 #FFFFFF 12px none
Button Secondary #F4F4F5 #71717B 8px none

Brand Personality

Tone: modern
Energy: medium
Audience: startups and tech-savvy individuals

Semiotic Brand in the Wild

Image: vzbrljnjkmcpeelovpal.supabase.co

Source: semiotic.com

Frequently Asked Questions

What is Semiotic's primary brand color?
Semiotic's primary brand color is #CFE4FE. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Semiotic use?
Semiotic uses Inter for body text and Plus Jakarta Sans for headings. Fonts were detected on http://semiotic.com as part of their live design system.

Does Semiotic use a light or dark theme?
Semiotic's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Semiotic's logo?
Semiotic's logo is available directly on their site (http://semiotic.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 http://semiotic.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 Semiotic.

Methodology

Brand data on this page was extracted from http://semiotic.com on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Plus Jakarta Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#CFE4FE",
    "accent": "#CFE4FE",
    "background": "#FFFFFF",
    "textPrimary": "#09090B",
    "link": "#CFE4FE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Plus Jakarta Sans"
    },
    "fontStacks": {
      "heading": [
        "Plus Jakarta Sans"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "20px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#3F3F46",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F4F4F5",
      "textColor": "#71717B",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.semiotic.com/Semiotic%20Logo.svg",
    "favicon": "https://www.semiotic.com/favicon.svg",
    "ogImage": "https://www.semiotic.com/Semiotic%20Social%20Card.png",
    "logoHref": "#top",
    "logoAlt": "Semiotic"
  }
}