Home · Branding · Skild AI

Skild AI Brand Identity

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

Download JSON
Primary
#1B2B28
Accent
#000000
Body Font
GeistSans
Heading
GeistSans

Color Palette

Brand palette extracted from https://www.skild.ai/.

primary
#1B2B28
rgb(27, 43, 40)
secondary
#FF7E00
rgb(255, 126, 0)
accent
#000000
rgb(0, 0, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#FFF2E6
rgb(255, 242, 230)

Typography

Each font links to its Google Fonts page where available.

primary
GeistSans
heading
GeistSans
__geist_edf4bf, __geist_Fallback_edf4bf
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

Skild AI logo
Logo
Skild AI favicon
Favicon
Skild AI social image
Social Card

UI Components

Live previews rendered using Skild AI's actual button styles.

buttonPrimary
background #000000 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #8C8C8C textColor #FFFFFF borderRadius 40px shadow none

Brand Personality

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

Skild AI Brand in the Wild

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

Frequently Asked Questions

What is Skild AI's primary brand color?

Skild AI's primary brand color is #1B2B28. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Skild AI use?

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

What font does Skild AI use?

Skild AI uses GeistSans as the primary typeface across body and headings.

Does Skild AI use a light or dark theme?

Skild AI's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Skild AI's logo?

Skild AI's logo is available directly on their site (https://www.skild.ai/). 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.skild.ai/ 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 Skild AI.

Methodology

Brand data on this page was extracted from https://www.skild.ai/ 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 Skild AI.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "GeistSans",
      "role": "heading"
    },
    {
      "family": "GeistMono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#1B2B28",
    "secondary": "#FF7E00",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#FFF2E6"
  },
  "typography": {
    "fontFamilies": {
      "primary": "GeistSans",
      "heading": "GeistSans"
    },
    "fontStacks": {
      "heading": [
        "__geist_edf4bf",
        "__geist_Fallback_edf4bf"
      ],
      "body": [
        "__geist_edf4bf",
        "__geist_Fallback_edf4bf"
      ],
      "paragraph": [
        "GeistSans"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#8C8C8C",
      "textColor": "#FFFFFF",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22111%22%20height%3D%2235%22%20viewBox%3D%2236%200%2098%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22transition%3A%20opacity%200.4s%20cubic-bezier(0.4%2C%200%2C%200.2%2C%201)%2C%20width%200.4s%20cubic-bezier(0.4%2C%200%2C%200.2%2C%201)%3B%20opacity%3A%201%3B%20width%3A%20111px%3B%20overflow%3A%20hidden%3B%20display%3A%20inline-block%3B%20vertical-align%3A%20top%3B%22%20data-fc-idx%3D%220%22%3E%3Cg%20class%3D%22logo-main-group%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M97.924%2012.0049H86.7617V27.9945H97.9218C101.002%2027.9945%20103.506%2025.451%20103.506%2022.3233V17.6717C103.506%2014.5462%20101.002%2012.0049%2097.924%2012.0049ZM100.636%2021.7413C100.636%2023.5561%2099.1839%2025.0311%2097.3968%2025.0311H89.6316V14.9172H97.3968C99.1839%2014.9172%20100.636%2016.3922%20100.636%2018.207V21.7413Z%22%20fill%3D%22%23333333%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M36.2468%2019.9235C35.3544%2018.975%2034.3591%2018.5352%2033.1079%2018.5352H25.3186C24.9511%2018.5352%2024.6296%2018.4019%2024.3693%2018.142C24.1068%2017.8798%2023.9734%2017.5533%2023.9734%2017.1779V16.2827C23.9734%2015.905%2024.1068%2015.5807%2024.3693%2015.3186C24.6318%2015.0565%2024.9511%2014.9254%2025.3208%2014.9254H36.9118V12.0087H25.3208C24.1024%2012.0087%2022.9519%2012.5152%2022.1688%2013.3993C21.3791%2014.2879%2020.9941%2015.3808%2020.9941%2016.7403V16.7203C20.9941%2017.6466%2021.1648%2018.9461%2022.1731%2020.0657C23.035%2021.0231%2024.144%2021.4407%2025.323%2021.4518H33.1123C33.4776%2021.4518%2033.7969%2021.5873%2034.0616%2021.8539C34.3241%2022.1205%2034.4575%2022.4426%2034.4575%2022.8091V23.6843C34.4575%2024.0509%2034.3241%2024.3685%2034.0616%2024.6306C33.7969%2024.8928%2033.4776%2025.026%2033.1101%2025.026H21.5191V27.956H33.1101C34.4116%2027.956%2035.5293%2027.3652%2036.2512%2026.561C37.2399%2025.4592%2037.428%2024.2397%2037.428%2023.2289V23.26C37.428%2022.2404%2037.2093%2020.9387%2036.249%2019.9213L36.2468%2019.9235Z%22%20fill%3D%22%23333333%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M60.2148%2012.0048V27.9943H63.0825V12.0048H60.2148Z%22%20fill%3D%22%23333333%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M83.1874%2025.0305V27.9983H70.938C70.903%2027.9983%2070.868%2027.9983%2070.8352%2027.9983C70.8133%2027.9983%2070.7914%2027.9983%2070.7696%2027.9983C68.429%2027.9983%2066.5216%2026.1056%2066.4516%2023.7465C66.4516%2023.691%2066.4473%2023.6332%2066.4473%2023.5733V12.0087H69.3149V22.9468C69.3149%2023.0734%2069.3149%2023.5133%2069.3149%2023.5821C69.3149%2024.3841%2069.958%2025.0349%2070.7455%2025.0349C70.7958%2025.0349%2071.4039%2025.0349%2071.5723%2025.0349H83.1917L83.1874%2025.0305Z%22%20fill%3D%22%23333333%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M126.722%2012.0062V27.9957H123.855V14.9384H122.337C122.315%2014.9384%20122.297%2014.9384%20122.275%2014.9384C122.068%2014.9518%20121.877%2015.0362%20121.731%2015.1695C121.713%2015.185%20121.696%2015.2006%20121.678%2015.2183C121.623%2015.2761%20121.444%2015.5404%20121.403%2015.6093L120.158%2017.5686L113.53%2027.9913H110.148L119.145%2013.7567C119.23%2013.6189%20119.322%2013.4879%20119.423%2013.3613C119.933%2012.5949%20120.773%2012.0729%20121.735%2012.0062C121.801%2012.0062%20121.868%2012.0018%20121.934%2012.0018C122%2012.0018%20122.063%2012.0018%20122.127%2012.0084C122.194%2012.004%20122.264%2012.0018%20122.332%2012.0018H126.724L126.722%2012.0062Z%22%20fill%3D%22%23333333%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M130.295%2012.005V27.9945H133.163V12.005H130.295Z%22%20fill%3D%22%23333333%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M43.3677%2012.0049H40.5V27.9922H43.3677V12.0049Z%22%20fill%3D%22%23333333%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M57.1332%2027.9419H53.8565C53.8565%2027.9419%2050.4179%2022.4684%2050.3917%2022.4284C50.0986%2021.9953%2049.6698%2021.6598%2049.1667%2021.4888C48.9261%2021.4066%2048.668%2021.3622%2048.399%2021.3622C48.3443%2021.3622%2048.2918%2021.3622%2048.2393%2021.3666C48.143%2021.3666%2048.0402%2021.3622%2047.9309%2021.3622H45.002V18.6388H47.9309C48.2043%2018.6388%2048.4427%2018.6254%2048.6549%2018.601C48.6702%2018.601%2048.8824%2018.5677%2048.8955%2018.5655C49.4883%2018.4411%2050.0001%2018.1012%2050.3457%2017.628C50.3939%2017.5614%2053.8434%2012.059%2053.8434%2012.059H57.1201L52.4413%2019.5162C52.2532%2019.8117%2052.2532%2020.1915%2052.4413%2020.487L57.131%2027.9419H57.1332Z%22%20fill%3D%22%23333333%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://www.skild.ai/favicon.ico",
    "ogImage": "https://www.skild.ai/opengraph-image.png?8499c556da4d12e7",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is medium-sized, visible, and links to the homepage, fitting the brand 'Skild.ai'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Learns from HumansOur model learns by watching human videos. This is a scalable solution for the rob",
      "reasoning": "Button #2 has a unique dark background color (#000000) and contains action-oriented text, making it stand out as the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Careers",
      "reasoning": "Button #0 is selected as secondary due to its neutral background color (#8C8C8C) and less prominent text, fitting a secondary role."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy 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": "Selected #1 because it is medium-sized, visible, and links to the homepage, fitting the brand 'Skild.ai'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles