Home · Branding · Pincites

Pincites Brand Identity

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

Download JSON
Primary
#787F89
Accent
#1E3A8A
Body Font
ui-sans-serif
Heading
ui-sans-serif

Color Palette

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

primary
#787F89
rgb(120, 127, 137)
secondary
#111827
rgb(17, 24, 39)
accent
#1E3A8A
rgb(30, 58, 138)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0F172A
rgb(15, 23, 42)
link
#0F172A
rgb(15, 23, 42)

Typography

Each font links to its Google Fonts page where available.

primary
ui-sans-serif
ui-sans-serif Google Fonts →
heading
ui-sans-serif
ui-sans-serif Google Fonts →
ui-sans-serif, 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

Pincites logo
Logo
Pincites favicon
Favicon
Pincites social image
Social Card

UI Components

Live previews rendered using Pincites's actual button styles.

buttonPrimary
background #1E3A8A textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background transparent textColor #0F172A borderColor #0F172A borderRadius 8px shadow rgb(255, 255, 255) 0px 0px 0px 0px, rgb(226, 232, 240) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px

Brand Personality

Tone: professional Energy: medium Audience: legal professionals

Pincites Brand in the Wild

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

Frequently Asked Questions

What is Pincites's primary brand color?

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

What accent color does Pincites use?

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

What font does Pincites use?

Pincites uses ui-sans-serif as the primary typeface across body and headings.

Does Pincites use a light or dark theme?

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

Where can I find Pincites's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "ui-sans-serif",
      "count": 65
    },
    {
      "family": "system-ui",
      "count": 65
    },
    {
      "family": "sans-serif",
      "count": 65
    }
  ],
  "colors": {
    "primary": "#787F89",
    "secondary": "#111827",
    "accent": "#1E3A8A",
    "background": "#FFFFFF",
    "textPrimary": "#0F172A",
    "link": "#0F172A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ui-sans-serif",
      "heading": "ui-sans-serif"
    },
    "fontStacks": {
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "24px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1E3A8A",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#0F172A",
      "borderColor": "#0F172A",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 0px, rgb(226, 232, 240) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%20405%2051%22%20class%3D%22h-6%20w-auto%20dark%3Ah-6%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M13.8268%2050.5863C10.4302%2049.8673%207.85752%2048.5575%205.36317%2046.2764C3.15361%2044.2553%201.24605%2041.0373%200.42798%2037.9531C-0.0517767%2036.1443%20-0.145435%2031.93%200.23493%2029.2531C0.787319%2025.3773%202.32216%2020.838%204.27177%2017.3159C6.47368%2013.3426%2010.3442%209.04041%2014.2224%206.25832C16.4148%204.68659%2020.7288%202.51063%2023.1925%201.73241C26.3979%200.719004%2030.5093%20-0.00758854%2032.9807%205.98162e-05L33.8007%200.00388335L31.9925%200.977137C26.2679%204.05942%2021.6252%208.60828%2018.4504%2014.2432C17.9171%2015.1897%2017.4259%2016.1878%2017.3609%2016.4612C17.2405%2016.9565%2017.2443%2016.9565%2018.7352%2017.0769C20.3675%2017.2089%2022.9326%2017.9316%2024.4349%2018.685C28.661%2020.8017%2031.5911%2024.2281%2033.1451%2028.8707C33.9383%2031.2417%2034.1275%2034.5591%2033.6153%2037.0927C32.3385%2043.4121%2027.7856%2048.3606%2021.5583%2050.1962C19.4424%2050.8195%2015.7993%2051.005%2013.8268%2050.5863ZM56.4831%2050.5748C50.8885%2049.504%2046.4445%2046.0431%2044.0381%2040.8862C42.9983%2038.6587%2042.6886%2037.3546%2042.5567%2034.6547C42.0961%2025.2511%2046.6337%2014.7595%2053.8243%208.59681C58.3677%204.70571%2063.4806%202.10718%2069.0657%200.854763C71.0382%200.413071%2075.6867%20-0.133787%2075.8759%200.053598C75.9275%200.107137%2075.2127%200.55074%2074.2857%201.04023C71.5849%202.46665%2069.1421%204.31755%2066.579%206.88166C65.262%208.19527%2063.6278%2010.0672%2062.9474%2011.0366C61.7336%2012.7652%2059.7095%2016.3293%2059.7037%2016.748C59.7018%2016.8742%2060.2982%2017.01%2061.1755%2017.0846C62.8957%2017.2299%2065.4226%2017.9584%2067.0549%2018.7825C71.172%2020.8552%2074.1117%2024.3409%2075.6829%2029.0103C76.3633%2031.0313%2076.5335%2034.8804%2076.048%2037.259C74.7693%2043.5249%2069.8494%2048.6876%2063.6183%2050.3033C61.6514%2050.8138%2058.383%2050.9381%2056.4831%2050.5748ZM201.811%2048.3874C196.444%2043.6511%20172.955%2023.3524%20172.901%2023.404C172.869%2023.4384%20172.827%2028.7483%20172.808%2035.2035C172.791%2041.6587%20172.741%2047.3931%20172.701%2047.9476L172.624%2048.9533L167.817%2048.9036L163.01%2048.852L162.962%2025.6545C162.92%205.66749%20162.951%202.46474%20163.186%202.51828C163.335%202.55078%20167.657%206.28701%20172.791%2010.8206C177.925%2015.3522%20184.832%2021.4518%20188.145%2024.3715L194.166%2029.6814L194.261%2016.7041L194.357%203.72672H199.231H204.105V26.8477C204.105%2042.0966%20204.04%2049.9859%20203.914%2050.0203C203.809%2050.0509%20202.862%2049.3147%20201.811%2048.3874ZM231.829%2049.4046C222.215%2047.6684%20214.409%2040.2839%20212.383%2031.0103C211.806%2028.364%20211.815%2024.1593%20212.406%2021.5397C214.392%2012.7288%20221.112%206.0021%20230.339%203.59096C232.43%203.04602%20232.827%203.00395%20236.12%202.98292C238.829%202.96762%20240.018%203.04028%20241.197%203.29459C246.157%204.36727%20250.444%206.68854%20254.003%2010.2278C256.194%2012.4057%20258.107%2015.073%20257.662%2015.3235C257.316%2015.5167%20249.062%2018.7347%20248.909%2018.7366C248.846%2018.7366%20248.378%2018.2165%20247.87%2017.5817C246.207%2015.5071%20243.068%2013.3025%20240.568%2012.4516C233.026%209.88747%20224.451%2014.7193%20222.236%2022.7845C221.777%2024.4538%20221.779%2028.1345%20222.242%2029.8152C223.647%2034.9377%20227.37%2038.7696%20232.495%2040.37C233.674%2040.739%20234.337%2040.8155%20236.312%2040.8117C238.496%2040.8098%20238.846%2040.7581%20240.387%2040.2113C243.361%2039.1577%20245.773%2037.4483%20248.002%2034.8115L248.879%2033.7714L253.252%2035.4578C255.657%2036.3852%20257.692%2037.2036%20257.776%2037.28C258.078%2037.5516%20255.884%2040.4809%20253.908%2042.4465C250.096%2046.2363%20245.681%2048.5575%20240.635%2049.4218C238.506%2049.787%20233.896%2049.7775%20231.829%2049.4046ZM381.19%2049.4371C377.672%2048.9304%20374.309%2047.9017%20371.391%2046.437C370.009%2045.7449%20367.436%2044.0775%20366.488%2043.2649L365.831%2042.6989L368.361%2039.0353C369.753%2037.02%20370.94%2035.3718%20370.997%2035.3718C371.054%2035.3718%20371.811%2035.8441%20372.679%2036.4215C375.516%2038.3107%20379.667%2040.0334%20382.853%2040.6434C384.755%2041.0067%20388.07%2040.9971%20389.516%2040.6224C392.571%2039.8308%20394.557%2037.9894%20394.57%2035.9378C394.576%2034.8785%20393.842%2033.6413%20392.791%2032.9377C391.59%2032.1365%20389.046%2031.3449%20385.59%2030.6986C375.819%2028.8745%20372.704%2027.6565%20369.414%2024.383C367.369%2022.3447%20366.482%2019.9718%20366.482%2016.5377C366.484%2011.7881%20368.208%208.40369%20371.754%206.19331C375.705%203.73054%20380.747%202.68846%20386.865%203.07279C391.862%203.38637%20395.44%204.56612%20399.911%207.37689C402.422%208.95437%20402.34%208.86832%20401.925%209.50314C401.214%2010.5969%20397.013%2016.2509%20396.91%2016.2509C396.852%2016.2509%20395.992%2015.7652%20394.998%2015.1725C389.91%2012.1342%20384.985%2011.1341%20380.411%2012.2087C377.674%2012.8512%20376.225%2014.2222%20376.225%2016.1687C376.225%2017.2414%20376.75%2018.1209%20377.83%2018.8513C378.996%2019.6391%20380.235%2020.0215%20384.539%2020.9259C395.998%2023.3294%20398.188%2024.1383%20401.086%2027.0389C403.508%2029.4615%20404.471%2032.3296%20404.267%2036.5152C403.949%2043.0679%20400.323%2047.1177%20393.117%2048.9725C391.021%2049.5117%20390.545%2049.5614%20386.928%2049.6283C384.268%2049.6761%20382.427%2049.6149%20381.19%2049.4371ZM98.3098%2026.2932V3.63111H108.643C114.979%203.63111%20119.507%203.70951%20120.35%203.83571C127.527%204.90074%20133.032%209.49931%20134.641%2015.7729C135.194%2017.9297%20135.19%2021.8438%20134.634%2023.9949C133.3%2029.1441%20129.867%2032.7465%20124.607%2034.5132C121.74%2035.475%20120.772%2035.5859%20114.32%2035.6968L108.255%2035.8001L108.203%2042.326L108.153%2048.852L103.232%2048.9036L98.3098%2048.9533V26.2932ZM121.48%2026.5169C123.376%2025.5857%20124.683%2023.6067%20125.075%2021.0732C125.736%2016.8111%20122.907%2012.9296%20118.632%2012.2279C118.02%2012.1284%20115.434%2012.0462%20112.884%2012.0462L108.249%2012.0443V19.6085V27.1747L114.318%2027.1135L120.386%2027.0542L121.48%2026.5169ZM142.08%2026.2894V3.63111H146.954H151.829V26.2894V48.9476H146.954H142.08V26.2894ZM265.938%2026.2894V3.63111H270.812H275.686V26.2894V48.9476H270.812H265.938V26.2894ZM295.312%2048.8233C295.241%2048.7507%20295.182%2040.4465%20295.182%2030.3678V12.0443H288.588H281.994V7.83771V3.63111H300.152H318.31V7.83771V12.0443H311.716H305.123L305.074%2030.4481L305.026%2048.852L300.234%2048.9036C297.6%2048.9304%20295.385%2048.896%20295.312%2048.8233ZM324.363%2048.8195C324.292%2048.7506%20324.235%2038.5535%20324.235%2026.1612V3.63111H341.438H358.64V7.8358V12.0424L346.359%2012.0902L334.079%2012.1399L334.027%2017.1572L333.977%2022.1745L344.826%2022.2243L355.677%2022.274L355.729%2026.5284L355.781%2030.7828H344.878H333.977L334.027%2035.6108L334.079%2040.4388L346.359%2040.4885L358.64%2040.5363V44.7429V48.9476H341.566C332.173%2048.9476%20324.432%2048.8902%20324.363%2048.8195Z%22%20id%3D%22pincites_logo%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20url(%26quot%3B%23gradient_blue%26quot%3B)%20!important%3B%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gradient_blue%22%20x1%3D%22202.147%22%20y1%3D%220%22%20x2%3D%22202.147%22%20y2%3D%2251%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23467FD4%22%20style%3D%22stop-color%3A%20rgb(70%2C%20127%2C%20212)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23123E7F%22%20style%3D%22stop-color%3A%20rgb(18%2C%2062%2C%20127)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22gradient_white%22%20x1%3D%22202.147%22%20y1%3D%220%22%20x2%3D%22202.147%22%20y2%3D%2251%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22white%22%20style%3D%22stop-color%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E3ECF9%22%20style%3D%22stop-color%3A%20rgb(227%2C%20236%2C%20249)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://www.pincites.com/favicon.ico",
    "ogImage": "https://www.pincites.com/static/images/twitter-card.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "BUILD A PLAYBOOK",
      "reasoning": "Button #3 has a vibrant blue background (#1E3A8A), which is a strong indicator of a primary CTA. The text 'BUILD A PLAYBOOK' is action-oriented, making it suitable as the main call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "BOOK A DEMO",
      "reasoning": "Button #1 has a transparent background with a border, making it a suitable secondary button. It contrasts with the primary button's vibrant color and offers a less prominent action with 'BOOK A DEMO'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "legal professionals"
  },
  "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 located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles