Home · Branding · Starcloud

Starcloud Brand Identity

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

Download JSON
Primary
#3898EC
Accent
#0082F3
Body Font
Overused Grotesk
Heading
Overused Grotesk

Color Palette

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

primary
#3898EC
rgb(56, 152, 236)
secondary
#1D9BF0
rgb(29, 155, 240)
accent
#0082F3
rgb(0, 130, 243)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#0082F3
rgb(0, 130, 243)

Typography

Each font links to its Google Fonts page where available.

primary
Overused Grotesk
Overused Grotesk Google Fonts →
heading
Overused Grotesk
Overused Grotesk Google Fonts →
Overused Grotesk, 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

Starcloud logo
Logo
Starcloud favicon
Favicon
Starcloud social image
Social Card

UI Components

Live previews rendered using Starcloud's actual button styles.

buttonPrimary
background #FFFFFF textColor #000000 borderRadius 100px shadow none

Brand Personality

Tone: modern Energy: high Audience: technology enthusiasts and businesses interested in AI and data solutions

Starcloud Brand in the Wild

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

Frequently Asked Questions

What is Starcloud's primary brand color?

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

What accent color does Starcloud use?

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

What font does Starcloud use?

Starcloud uses Overused Grotesk as the primary typeface across body and headings.

Does Starcloud use a light or dark theme?

Starcloud's primary site uses a dark color scheme, with a background of #000000.

Where can I find Starcloud's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Overused Grotesk",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3898EC",
    "secondary": "#1D9BF0",
    "accent": "#0082F3",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#0082F3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Overused Grotesk",
      "heading": "Overused Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Overused Grotesk",
        "sans-serif"
      ],
      "body": [
        "Overused Grotesk",
        "sans-serif"
      ],
      "paragraph": [
        "Overused Grotesk",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "103.52px",
      "h2": "16px",
      "body": "53.12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66c1eabc58c4c392a9fba788/67b3571a4ed34c5c6f0bcb6d_logo_star_cloud.png",
    "favicon": "https://cdn.prod.website-files.com/66c1eabc58c4c392a9fba788/66ccbe21b498caf8eb0e1b3b_Favicon%2032%20x%2033.png",
    "ogImage": "https://cdn.prod.website-files.com/66c1eabc58c4c392a9fba788/67bdc21df1377e1ed8d41f6f_Web%20cover.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Starcloud'.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get in touch",
      "reasoning": "The button 'Get in touch' is likely the primary CTA due to its action-oriented text, suggesting direct engagement with the company."
    },
    "secondary": {
      "index": 2,
      "text": "View our White Paper",
      "reasoning": "The button 'View our White Paper' serves as a secondary action, providing additional information rather than direct engagement."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "technology enthusiasts and businesses interested in AI and data solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__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 'Starcloud'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles