Home · Branding · Silogy

Silogy Brand Identity

A complete profile of Silogy's visual system — colors, typography, components, and personality — extracted from https://silogy.io. Built for designers, agents, and AI tools.

Download JSON
Primary
#161C34
Accent
#FF6109
Body Font
Inter
Heading
Geist

Color Palette

Brand palette extracted from https://silogy.io.

primary
#161C34
rgb(22, 28, 52)
accent
#FF6109
rgb(255, 97, 9)
background
#0E1117
rgb(14, 17, 23)
textPrimary
#0E1117
rgb(14, 17, 23)
link
#E4D9C3
rgb(228, 217, 195)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Geist
Geist, 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

Silogy logo
Logo
Silogy favicon
Favicon
Silogy social image
Social Card

UI Components

Live previews rendered using Silogy's actual button styles.

input
background #F2F2F2 textColor #000000 borderColor null borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 0px 1px inset
buttonPrimary
background #FF6109 textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px
buttonSecondary
background #333333 textColor #000000 borderRadius 10px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Silogy Brand in the Wild

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

Frequently Asked Questions

What is Silogy's primary brand color?

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

What accent color does Silogy use?

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

What font does Silogy use?

Silogy uses Inter for body text and Geist for headings. Fonts were detected on https://silogy.io as part of their live design system.

Does Silogy use a light or dark theme?

Silogy's primary site uses a dark color scheme, with a background of #0E1117.

Where can I find Silogy's logo?

Silogy's logo is available directly on their site (https://silogy.io). 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://silogy.io 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 Silogy.

Methodology

Brand data on this page was extracted from https://silogy.io 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 Silogy.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Geist",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#161C34",
    "accent": "#FF6109",
    "background": "#0E1117",
    "textPrimary": "#0E1117",
    "link": "#E4D9C3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "Geist",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "32px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "#F2F2F2",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 1px inset"
    },
    "buttonPrimary": {
      "background": "#FF6109",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px"
    },
    "buttonSecondary": {
      "background": "#333333",
      "textColor": "#000000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/sjANJdyQQDWSMmUlMQFBNIQHwE.png?width=8168&height=1392",
    "favicon": "https://framerusercontent.com/images/UDKfve4roXTP2L1p7VNOTbtAP1w.png",
    "ogImage": "https://framerusercontent.com/images/WivKDr4F5Zs8DZ11ewTq0ylwQ.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Silogy'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a Demo",
      "reasoning": "Button #1 ('Book a Demo') uses the vibrant brand color #FF6109, making it the most prominent and action-oriented CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 ('Get Started') has a neutral background color #333333, making it suitable as a secondary option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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 is visible, located in the header, and links to the homepage, matching the brand 'Silogy'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles