Home · Branding · Sciloop

Sciloop Brand Identity

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

Download JSON
Primary
#D4853A
Accent
#D4853A
Body Font
GeistSans
Heading
Instrument Serif

Color Palette

Brand palette extracted from https://sciloop.dev.

primary
#D4853A
rgb(212, 133, 58)
secondary
#3B2818
rgb(59, 40, 24)
accent
#D4853A
rgb(212, 133, 58)
background
#08090C
rgb(8, 9, 12)
textPrimary
#08090C
rgb(8, 9, 12)
link
#8B8F9A
rgb(139, 143, 154)

Typography

Each font links to its Google Fonts page where available.

primary
GeistSans
heading
Instrument Serif
Instrument Serif Google Fonts →
Instrument Serif, Georgia, 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

Sciloop logo
Logo
Sciloop favicon
Favicon

UI Components

Live previews rendered using Sciloop's actual button styles.

input
background transparent textColor #EDEEF0 borderColor null borderRadius 0px shadow none
buttonPrimary
background #D4853A textColor #08090C borderRadius 0px shadow none
buttonSecondary
background transparent textColor #8B8F9A borderColor #262729 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: tech professionals and experts

Sciloop Brand in the Wild

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

Frequently Asked Questions

What is Sciloop's primary brand color?

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

What font does Sciloop use?

Sciloop uses GeistSans for body text and Instrument Serif for headings. Fonts were detected on https://sciloop.dev as part of their live design system.

Does Sciloop use a light or dark theme?

Sciloop's primary site uses a dark color scheme, with a background of #08090C.

Where can I find Sciloop's logo?

Sciloop's logo is available directly on their site (https://sciloop.dev). 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://sciloop.dev 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 Sciloop.

Methodology

Brand data on this page was extracted from https://sciloop.dev 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 Sciloop.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "GeistSans",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    },
    {
      "family": "Instrument Serif",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#D4853A",
    "secondary": "#3B2818",
    "accent": "#D4853A",
    "background": "#08090C",
    "textPrimary": "#08090C",
    "link": "#8B8F9A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "GeistSans",
      "heading": "Instrument Serif"
    },
    "fontStacks": {
      "heading": [
        "Instrument Serif",
        "Georgia",
        "serif"
      ],
      "body": [
        "GeistSans"
      ],
      "paragraph": [
        "GeistSans",
        "-apple-system",
        "BlinkMacSystemFont",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "76.8px",
      "h2": "48px",
      "body": "17.6px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#EDEEF0",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#D4853A",
      "textColor": "#08090C",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#8B8F9A",
      "borderColor": "#262729",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-9%20w-auto%20align-middle%22%20viewBox%3D%220%200%20230%2080%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20overflow%3D%22visible%22%20data-fc-idx%3D%220%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22nav-gB-_R_2mbtb_%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%230c4a96%22%20style%3D%22stop-color%3A%20rgb(12%2C%2074%2C%20150)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%231a6dd4%22%20style%3D%22stop-color%3A%20rgb(26%2C%20109%2C%20212)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22nav-gO-_R_2mbtb_%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23b85c10%22%20style%3D%22stop-color%3A%20rgb(184%2C%2092%2C%2016)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d66d12%22%20style%3D%22stop-color%3A%20rgb(214%2C%20109%2C%2018)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ctext%20x%3D%220%22%20y%3D%2262%22%20font-family%3D%22var(--font-brand)%2C%20Outfit%2C%20sans-serif%22%20font-weight%3D%22250%22%20font-size%3D%2276%22%20fill%3D%22url(%23nav-gB-_R_2mbtb_)%22%20style%3D%22opacity%3A%201%20!important%3B%20fill%3A%20url(%26quot%3B%23nav-gB-_R_2mbtb_%26quot%3B)%20!important%3B%22%3Escil%3C%2Ftext%3E%3Ccircle%20cx%3D%22125%22%20cy%3D%2243%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22url(%23nav-gB-_R_2mbtb_)%22%20stroke-width%3D%225%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20url(%26quot%3B%23nav-gB-_R_2mbtb_%26quot%3B)%20!important%3B%20stroke-width%3A%205px%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%22161%22%20cy%3D%2243%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22url(%23nav-gO-_R_2mbtb_)%22%20stroke-width%3D%225%22%20stroke-dasharray%3D%22108.77733552923254%204.32%22%20stroke-dashoffset%3D%22-96.80016858807848%22%20stroke-linecap%3D%22butt%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20url(%26quot%3B%23nav-gO-_R_2mbtb_%26quot%3B)%20!important%3B%20stroke-width%3A%205px%20!important%3B%20stroke-dasharray%3A%20108.777px%2C%204.32px%20!important%3B%20stroke-dashoffset%3A%20-96.8002px%20!important%3B%20stroke-linecap%3A%20butt%20!important%3B%22%2F%3E%3Ctext%20x%3D%22184%22%20y%3D%2262%22%20font-family%3D%22var(--font-brand)%2C%20Outfit%2C%20sans-serif%22%20font-weight%3D%22250%22%20font-size%3D%2276%22%20fill%3D%22url(%23nav-gO-_R_2mbtb_)%22%20style%3D%22opacity%3A%201%20!important%3B%20fill%3A%20url(%26quot%3B%23nav-gO-_R_2mbtb_%26quot%3B)%20!important%3B%22%3Ep%3C%2Ftext%3E%3C%2Fsvg%3E",
    "favicon": "https://www.sciloop.dev/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "scilp"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Sciloop'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start earning as an expert →",
      "reasoning": "Button #0 has a vibrant brand color (#D4853A) and action-oriented text ('Start earning as an expert →'), making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Get datasets",
      "reasoning": "Button #1 has a transparent background and serves as a secondary action ('Get datasets'), distinct from the primary button's color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "tech professionals and experts"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, links to the homepage, and matches the brand name 'Sciloop'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles