Home · Branding · Jam

Jam Brand Identity

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

Download JSON
Primary
#21192A
Accent
#130F18
Body Font
SF Pro Text
Heading
Oldschool Grotesk

Color Palette

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

primary
#21192A
rgb(33, 25, 42)
secondary
#211A2E
rgb(33, 26, 46)
accent
#130F18
rgb(19, 15, 24)
background
#130F18
rgb(19, 15, 24)
textPrimary
#130F18
rgb(19, 15, 24)
link
#8B94A3
rgb(139, 148, 163)

Typography

Each font links to its Google Fonts page where available.

primary
SF Pro Text
SF Pro Text Google Fonts →
heading
Oldschool Grotesk
Oldschool Grotesk Google Fonts →
Oldschool Grotesk, system-ui, 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

Jam logo
Logo
Jam favicon
Favicon
Jam social image
Social Card

UI Components

Live previews rendered using Jam's actual button styles.

buttonPrimary
background #130F18 textColor #130F18 borderRadius 12px shadow rgb(255, 255, 255) 0px 0px 0px 0px, rgba(19, 15, 24, 0.1) 0px 0px 0px 2px, rgba(115, 229, 191, 0.2) 0px 20px 25px -5px, rgba(115, 229, 191, 0.2) 0px 8px 10px -6px
buttonSecondary
background #FFFFFF textColor #8B94A3 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and tech companies

Jam Brand in the Wild

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

Frequently Asked Questions

What is Jam's primary brand color?

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

What accent color does Jam use?

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

What font does Jam use?

Jam uses SF Pro Text for body text and Oldschool Grotesk for headings. Fonts were detected on https://jam.dev/ as part of their live design system.

Does Jam use a light or dark theme?

Jam's primary site uses a dark color scheme, with a background of #130F18.

Where can I find Jam's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "SF Pro Text",
      "role": "body"
    },
    {
      "family": "Oldschool Grotesk",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#21192A",
    "secondary": "#211A2E",
    "accent": "#130F18",
    "background": "#130F18",
    "textPrimary": "#130F18",
    "link": "#8B94A3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "SF Pro Text",
      "heading": "Oldschool Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Oldschool Grotesk",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Oldschool Grotesk",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "SF Pro Text",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "66px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#130F18",
      "textColor": "#130F18",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 0px, rgba(19, 15, 24, 0.1) 0px 0px 0px 2px, rgba(115, 229, 191, 0.2) 0px 20px 25px -5px, rgba(115, 229, 191, 0.2) 0px 8px 10px -6px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#8B94A3",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2090%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M45.3305%2031.6216C44.4117%2030.9247%2043.4655%2030.2034%2041.0058%2029.5443C38.5461%2028.8853%2037.3581%2029.0347%2036.2219%2029.1809C35.8964%2029.2213%2035.563%2029.2595%2035.2079%2029.2834C34.0969%2030.0657%2033.336%2031.3501%2033.173%2032.7521C33.0778%2033.5515%2033.5971%2034.3114%2034.3826%2034.5219C34.4619%2034.5431%2034.5434%2034.5565%2034.6328%2034.5719C35.466%2034.6676%2036.1557%2034.5377%2036.7009%2034.3437C36.8237%2035.2185%2037.2224%2036.2693%2038.3098%2037.1304C38.4848%2037.2708%2038.6804%2037.3658%2038.9026%2037.4253C39.1248%2037.4848%2039.3417%2037.5005%2039.5634%2037.4663C40.9336%2037.2722%2041.8065%2036.5536%2042.3502%2035.8574C42.7253%2036.2981%2043.2597%2036.7474%2044.0271%2037.0891C44.1022%2037.1262%2044.1815%2037.1475%2044.2688%2037.1709C45.0543%2037.3814%2045.8839%2036.9829%2046.2012%2036.243C46.7531%2034.9452%2046.7443%2033.4546%2046.1733%2032.2216C45.8618%2032.0191%2045.6002%2031.8214%2045.3305%2031.6216Z%22%20fill%3D%22%2373E5BF%22%20style%3D%22fill%3A%20rgb(115%2C%20229%2C%20191)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M81.6786%2031.05C80.0439%2031.05%2079.0993%2030.6639%2078.1793%2030.2943C77.1114%2029.8589%2076.0107%2029.4071%2073.4643%2029.4071C70.9179%2029.4071%2069.8089%2029.8589%2068.7493%2030.2943C67.8375%2030.6639%2066.8929%2031.05%2065.25%2031.05C63.3854%2031.05%2061.9479%2030.5571%2060.9704%2029.5796C59.9929%2028.6021%2059.5%2027.1646%2059.5%2025.3C59.5%2025.2425%2059.5082%2019.8375%2060.3296%2014.4982C61.4961%206.94929%2063.6975%203.12143%2066.8929%203.12143C68.8725%203.12143%2069.9239%204.16464%2070.7618%205.0025C71.5421%205.79107%2072.1582%206.40714%2073.4643%206.40714C74.7704%206.40714%2075.3864%205.79107%2076.1668%205.0025C77.0047%204.16464%2078.0561%203.12143%2080.0357%203.12143C83.2311%203.12143%2085.4325%206.94929%2086.5989%2014.4982C87.4204%2019.8375%2087.4286%2025.2507%2087.4286%2025.3C87.4286%2027.1646%2086.9357%2028.6021%2085.9582%2029.5796C84.9807%2030.5571%2083.5432%2031.05%2081.6786%2031.05Z%22%20fill%3D%22%23FF4070%22%20style%3D%22fill%3A%20rgb(255%2C%2064%2C%20112)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M48.1944%2032.7172C46.6155%2032.2941%2045.8029%2031.6767%2045.01%2031.0815C44.0912%2030.3846%2043.1449%2029.6633%2040.6852%2029.0043C38.2256%2028.3452%2037.0375%2028.4946%2035.9013%2028.6409C34.9249%2028.7619%2033.9125%2028.8903%2032.3256%2028.4651C30.5245%2027.9825%2029.2636%2027.1344%2028.5724%2025.9372C27.8812%2024.74%2027.7772%2023.224%2028.2598%2021.4229C29.5162%2016.7336%2032.4726%2011.794%2036.167%208.22579C40.1024%204.42447%2044.2274%202.74043%2047.4885%203.61422C50.7495%204.48801%2053.4798%208.00893%2054.9874%2013.2687C56.4006%2018.214%2056.4932%2023.9621%2055.2367%2028.6513C54.7541%2030.4524%2053.906%2031.7134%2052.7088%2032.4046C51.5116%2033.0958%2049.9955%2033.1998%2048.1944%2032.7172Z%22%20fill%3D%22%23FF4070%22%20style%3D%22fill%3A%20rgb(255%2C%2064%2C%20112)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M14.3214%2031.05C11.5779%2031.05%208.785%2030.13%206.64107%2028.52C4.17679%2026.68%202.82143%2024.0761%202.82143%2021.1929C2.82143%2018.9175%204.11107%2016.2643%207.75%2016.2643C9.75429%2016.2643%2010.2143%2015.8043%2010.2143%2013.8V10.5143C10.2143%205.12572%2012.2186%203.12143%2017.6071%203.12143C22.9957%203.12143%2025%205.12572%2025%2010.5143V20.3714C25%2023.8707%2024.0882%2026.5486%2022.2975%2028.3475C20.4986%2030.1382%2017.8207%2031.05%2014.3214%2031.05Z%22%20fill%3D%22%23FF4070%22%20style%3D%22fill%3A%20rgb(255%2C%2064%2C%20112)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M39.182%2017.7299C38.7853%2017.6236%2037.9919%2017.411%2037.4604%2019.3946C36.9288%2021.3782%2037.7223%2021.5908%2038.119%2021.6971C38.5157%2021.8034%2039.3092%2022.016%2039.8407%2020.0324C40.3722%2018.0488%2039.5787%2017.8362%2039.182%2017.7299Z%22%20fill%3D%22%232A3632%22%20style%3D%22fill%3A%20rgb(42%2C%2054%2C%2050)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M46.323%2019.6433C45.9262%2019.537%2045.1328%2019.3244%2044.6013%2021.308C44.0698%2023.2916%2044.8632%2023.5042%2045.26%2023.6105C45.6567%2023.7168%2046.4501%2023.9294%2046.9816%2021.9458C47.5131%2019.9622%2046.7197%2019.7496%2046.323%2019.6433Z%22%20fill%3D%22%232A3632%22%20style%3D%22fill%3A%20rgb(42%2C%2054%2C%2050)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M44.4533%2012.3391C44.0566%2012.2328%2043.2631%2012.0202%2042.7316%2014.0038C42.2001%2015.9874%2042.9936%2016.2%2043.3903%2016.3063C43.787%2016.4126%2044.5805%2016.6252%2045.112%2014.6416C45.6435%2012.658%2044.85%2012.4454%2044.4533%2012.3391Z%22%20fill%3D%22%232A3632%22%20style%3D%22fill%3A%20rgb(42%2C%2054%2C%2050)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M80.0357%203.94286C86.6072%203.94286%2086.6072%2025.3%2086.6072%2025.3C86.6072%2028.5857%2084.9643%2030.2286%2081.6786%2030.2286C78.3929%2030.2286%2078.3929%2028.5857%2073.4643%2028.5857C68.5357%2028.5857%2068.5357%2030.2286%2065.25%2030.2286C61.9643%2030.2286%2060.3214%2028.5857%2060.3214%2025.3C60.3214%2025.3%2060.3214%203.94286%2066.8929%203.94286C70.1786%203.94286%2070.1786%207.22857%2073.4643%207.22857C76.75%207.22857%2076.75%203.94286%2080.0357%203.94286ZM80.0357%202.3C77.7111%202.3%2076.4872%203.52393%2075.5918%204.4275C74.7868%205.2325%2074.3843%205.58572%2073.4643%205.58572C72.5443%205.58572%2072.1418%205.2325%2071.3368%204.4275C70.4414%203.52393%2069.2175%202.3%2066.8929%202.3C65.6771%202.3%2064.5764%202.76%2063.6071%203.65536C62.8432%204.36179%2062.1861%205.32286%2061.6029%206.58786C60.7239%208.50179%2060.0175%2011.1139%2059.5164%2014.3668C58.6868%2019.7718%2058.6786%2025.0782%2058.6786%2025.3C58.6786%2027.3864%2059.2536%2029.0211%2060.3954%2030.1546C61.5289%2031.2964%2063.1636%2031.8714%2065.25%2031.8714C67.0489%2031.8714%2068.1168%2031.4361%2069.0532%2031.05C70.0882%2030.6229%2071.0739%2030.2286%2073.4643%2030.2286C75.8547%2030.2286%2076.8322%2030.6311%2077.8754%2031.05C78.82%2031.4361%2079.8797%2031.8714%2081.6786%2031.8714C83.765%2031.8714%2085.3997%2031.2964%2086.5332%2030.1546C87.6668%2029.0211%2088.25%2027.3864%2088.25%2025.3C88.25%2025.0782%2088.2418%2019.7718%2087.4122%2014.375C86.9111%2011.1221%2086.2129%208.50179%2085.3257%206.59607C84.7425%205.33107%2084.0854%204.37%2083.3214%203.66357C82.3522%202.76%2081.2514%202.3%2080.0357%202.3Z%22%20fill%3D%22%232A3632%22%20style%3D%22fill%3A%20rgb(42%2C%2054%2C%2050)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M56.9788%2020.9611C56.9222%2018.2841%2056.5175%2015.5735%2055.8193%2013.1328C55.0948%2010.6001%2054.0525%208.36483%2052.7999%206.66006C51.3387%204.68678%2049.6365%203.42277%2047.7401%202.91465C45.8438%202.40653%2043.7376%202.65006%2041.4934%203.63049C39.5563%204.4806%2037.536%205.89519%2035.6422%207.72635C33.8172%209.49093%2032.1114%2011.6361%2030.7239%2013.9261C29.267%2016.3165%2028.1581%2018.8683%2027.5054%2021.3041C26.9654%2023.3195%2027.0977%2025.0472%2027.9072%2026.4377C28.7066%2027.8339%2030.1368%2028.8124%2032.1521%2029.3524C32.4853%2029.4417%2032.7911%2029.5067%2033.0831%2029.5594C32.5441%2030.3334%2032.1879%2031.2499%2032.0762%2032.2065C31.9324%2033.4095%2032.7142%2034.5545%2033.8884%2034.8691C34.0075%2034.901%2034.1365%2034.9271%2034.2619%2034.9352C34.8328%2034.9946%2035.3572%2034.9735%2035.8107%2034.8994C36.1175%2035.8491%2036.6954%2036.6757%2037.5175%2037.3212C37.7849%2037.5289%2038.0774%2037.6753%2038.4027%2037.7625C38.728%2037.8497%2039.0624%2037.8712%2039.39%2037.8229C40.4246%2037.675%2041.3384%2037.248%2042.0789%2036.579C42.4426%2036.872%2042.8783%2037.1504%2043.4023%2037.3843C43.5171%2037.4321%2043.6419%2037.474%2043.761%2037.5059C44.9352%2037.8206%2046.1847%2037.2199%2046.6617%2036.1062C47.0432%2035.2219%2047.1931%2034.2501%2047.1132%2033.3102C47.3925%2033.4106%2047.6898%2033.5072%2048.023%2033.5965C50.0383%2034.1365%2051.7661%2034.0042%2053.1566%2033.1947C54.5507%2032.4032%2055.5292%2030.9731%2056.0692%2028.9578C56.7219%2026.5219%2057.0374%2023.7576%2056.9788%2020.9611ZM45.1502%2035.463C44.9884%2035.8449%2044.5728%2036.0312%2044.184%2035.927C44.1444%2035.9164%2044.1047%2035.9057%2044.0671%2035.8872C42.3325%2035.1247%2042.0416%2033.7031%2042.0416%2033.7031C42.0416%2033.7031%2041.4612%2035.8692%2039.1522%2036.203C39.0384%2036.215%2038.9289%2036.2112%2038.8258%2036.1835C38.7226%2036.1559%2038.6179%2036.1023%2038.5333%2036.0372C36.7006%2034.5936%2037.281%2032.4275%2037.281%2032.4275C37.281%2032.4275%2036.3182%2033.5132%2034.4348%2033.3062C34.393%2033.3035%2034.3533%2033.2929%2034.3136%2033.2822C33.9249%2033.178%2033.6581%2032.8089%2033.7089%2032.3973C33.8521%2031.2281%2034.4644%2030.2441%2035.2239%2029.6313C35.5112%2029.6062%2035.7827%2029.5769%2036.0383%2029.5433C37.1486%2029.3986%2038.2028%2029.2729%2040.5117%2029.8916C42.8206%2030.5102%2043.6606%2031.152%2044.5599%2031.8267C44.7724%2031.9857%2044.9828%2032.1526%2045.2212%2032.31C45.5725%2033.2206%2045.6188%2034.381%2045.1502%2035.463ZM48.4461%2032.0176C45.2723%2031.1672%2045.6975%2029.5803%2040.9369%2028.3047C36.1763%2027.0291%2035.7511%2028.616%2032.5773%2027.7656C29.4035%2026.9152%2028.2419%2024.9031%2029.0923%2021.7293C31.6435%2012.2081%2040.9674%202.80072%2047.3149%204.50153C53.6624%206.20234%2057.0335%2019.0113%2054.4823%2028.5326C53.6319%2031.7063%2051.6198%2032.868%2048.4461%2032.0176Z%22%20fill%3D%22%232A3632%22%20style%3D%22fill%3A%20rgb(42%2C%2054%2C%2050)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M17.6071%203.94286C22.5357%203.94286%2024.1786%205.58572%2024.1786%2010.5143V20.3714C24.1786%2026.9429%2020.8929%2030.2286%2014.3214%2030.2286C9.39286%2030.2286%203.64286%2026.9429%203.64286%2021.1929C3.64286%2019.55%204.46429%2017.0857%207.75%2017.0857C10.2143%2017.0857%2011.0357%2016.2643%2011.0357%2013.8V10.5143C11.0357%205.58572%2012.6786%203.94286%2017.6071%203.94286ZM17.6071%202.3C14.5761%202.3%2012.6375%202.89143%2011.315%204.22214C9.98429%205.54464%209.39286%207.48322%209.39286%2010.5143V13.8C9.39286%2014.9089%209.19571%2015.1636%209.15464%2015.2046C9.11357%2015.2457%208.85893%2015.4429%207.75%2015.4429C3.77429%2015.4429%202%2018.3343%202%2021.1929C2%2024.3389%203.47036%2027.1729%206.14821%2029.1771C8.43179%2030.8857%2011.4054%2031.8714%2014.3214%2031.8714C18.0425%2031.8714%2020.9175%2030.8775%2022.8725%2028.9225C24.8275%2026.9675%2025.8214%2024.0925%2025.8214%2020.3714V10.5143C25.8214%207.48322%2025.23%205.54464%2023.8993%204.22214C22.5768%202.89143%2020.6382%202.3%2017.6071%202.3Z%22%20fill%3D%22%232A3632%22%20style%3D%22fill%3A%20rgb(42%2C%2054%2C%2050)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://jam.dev/favicon.ico?cache-bust=2",
    "ogImage": "https://storage.googleapis.com/jam-assets/jam-og-image.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Jam'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Jam for Free",
      "reasoning": "Button #0, 'Get Jam for Free', is the primary CTA due to its action-oriented text and unique dark background color, making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 6,
      "text": "AI-Debugger",
      "reasoning": "Button #6, 'AI-Debugger', is selected as secondary due to its distinct light background color, contrasting with the primary button's dark color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech companies"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Jam'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles