Home · Branding · PopSQL

PopSQL Brand Identity

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

Download JSON
Primary
#3182EB
Accent
#F5FF80
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://popsql.com.

primary
#3182EB
rgb(49, 130, 235)
secondary
#F5FF80
rgb(245, 255, 128)
accent
#F5FF80
rgb(245, 255, 128)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#282828
rgb(40, 40, 40)
link
#68717A
rgb(104, 113, 122)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, 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

PopSQL logo
Logo
PopSQL favicon
Favicon
PopSQL social image
Social Card

UI Components

Live previews rendered using PopSQL's actual button styles.

input
background #FFFFFF textColor #000000 borderColor #E2E2E2 borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.02) 0px 30px 30px 0px, rgba(0, 0, 0, 0.03) 0px 0px 8px 0px, rgba(0, 0, 0, 0.05) 0px 1px 0px 0px
buttonPrimary
background #F5FF80 textColor #282828 borderRadius 9999px shadow none
buttonSecondary
background #FFFFFF textColor #282828 borderRadius 9999px shadow none

Brand Personality

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

PopSQL Brand in the Wild

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

Frequently Asked Questions

What is PopSQL's primary brand color?

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

What accent color does PopSQL use?

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

What font does PopSQL use?

PopSQL uses Inter as the primary typeface across body and headings.

Does PopSQL use a light or dark theme?

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

Where can I find PopSQL's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3182EB",
    "secondary": "#F5FF80",
    "accent": "#F5FF80",
    "background": "#FFFFFF",
    "textPrimary": "#282828",
    "link": "#68717A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#E2E2E2",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.02) 0px 30px 30px 0px, rgba(0, 0, 0, 0.03) 0px 0px 8px 0px, rgba(0, 0, 0, 0.05) 0px 1px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#F5FF80",
      "textColor": "#282828",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#282828",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2229%22%20viewBox%3D%220%200%20615%20192%22%20fill%3D%22none%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M417.329%2026.0569C427.234%2026.057%20435.857%2028.6304%20443.199%2033.3089C445.18%2034.4786%20447.161%2036.9349%20447.161%2040.4437C447.161%2045.122%20443.431%2048.7474%20438.77%2048.7474C437.022%2048.7473%20435.624%2048.2798%20434.226%2047.4612C428.283%2043.9524%20422.689%2041.9642%20417.095%2041.9642C410.22%2041.9643%20406.608%2045.1223%20406.608%2049.0989V49.3323C406.608%2054.7126%20410.104%2056.4673%20424.204%2060.0931C440.751%2064.4207%20450.074%2070.3862%20450.074%2084.6556V84.889C450.074%20101.147%20437.722%20110.27%20420.126%20110.27C409.405%20110.27%20398.568%20106.994%20389.478%20100.445C387.497%2099.0411%20386.098%2096.4685%20386.098%2093.6614C386.098%2088.9829%20389.828%2085.3568%20394.489%2085.3568C396.819%2085.3568%20398.451%2086.1758%20399.616%2086.9944C405.792%2091.556%20412.551%2094.3626%20420.475%2094.3626C427.816%2094.3626%20432.245%2091.4391%20432.245%2086.6439V86.4095C432.245%2081.8481%20429.448%2079.5091%20415.814%2076.0003C399.383%2071.7897%20388.779%2067.2278%20388.779%2050.97V50.7357C388.779%2035.8817%20400.665%2026.0569%20417.329%2026.0569ZM255.651%2025.4046C280.669%2025.4046%20298.621%2044.1317%20298.621%2067.2786V67.511C298.621%2090.6579%20280.437%20109.617%20255.42%20109.617C230.402%20109.617%20212.45%2090.8904%20212.45%2067.7435V67.511C212.45%2044.3642%20230.634%2025.4047%20255.651%2025.4046ZM345.214%2026.8333C364.995%2026.8334%20376.958%2038.6162%20376.959%2055.636V55.8743C376.959%2075.1558%20362.033%2085.1536%20343.436%2085.1536H331.293V99.8001C331.293%20104.918%20327.265%20108.965%20322.172%20108.965C317.078%20108.965%20313.05%20104.918%20313.05%2099.8001V35.9974C313.051%2030.8797%20317.078%2026.8333%20322.172%2026.8333H345.214ZM501.759%2026.7103C526.398%2026.7103%20544.079%2045.002%20544.079%2067.6107V67.8382C544.079%2076.2451%20541.455%2084.0839%20537.006%2090.6732L540.428%2093.514C542.253%2095.1044%20543.623%2097.2628%20543.623%20100.103C543.623%20104.647%20539.972%20108.397%20535.41%20108.397C533.014%20108.397%20530.961%20107.374%20529.592%20106.011L525.257%20102.149C518.528%20106.466%20510.429%20108.965%20501.532%20108.965C476.893%20108.965%20459.213%2090.6734%20459.213%2068.0648V67.8382C459.213%2045.2297%20477.121%2026.7105%20501.759%2026.7103ZM568.832%2026.7103C573.905%2026.7103%20578.025%2030.7659%20578.025%2035.8948V92.2659H606.323C610.925%2092.2659%20614.583%2095.9636%20614.583%20100.616C614.582%20105.267%20610.925%20108.965%20606.323%20108.965H568.832C563.758%20108.965%20559.747%20104.909%20559.747%2099.7806V35.8948C559.747%2030.766%20563.758%2026.7104%20568.832%2026.7103ZM171.565%2026.8939C191.347%2026.8939%20203.31%2038.6775%20203.31%2055.6976V55.9349C203.31%2075.2162%20188.385%2085.214%20169.789%2085.2142H157.576V99.8001C157.576%20104.918%20153.549%20108.964%20148.456%20108.964C143.362%20108.964%20139.335%20104.918%20139.335%2099.8001V36.0589C139.335%2030.941%20143.362%2026.8939%20148.456%2026.8939H171.565ZM255.42%2041.9212C241.058%2041.9212%20231.097%2053.3207%20231.097%2067.2786V67.511C231.097%2081.4689%20241.289%2093.1008%20255.651%2093.1009C270.013%2093.1009%20279.973%2081.7014%20279.973%2067.7435V67.511C279.973%2053.5531%20269.781%2041.9212%20255.42%2041.9212ZM501.532%2042.8431C487.388%2042.8431%20477.578%2053.9773%20477.578%2067.6107V67.8382C477.578%2081.4712%20487.616%2092.8321%20501.759%2092.8323C505.638%2092.8323%20509.174%2092.15%20512.254%2090.6732L503.927%2083.6302C502.102%2082.0396%20500.733%2079.8806%20500.733%2077.0403C500.733%2072.496%20504.383%2068.7465%20508.946%2068.7464C511.341%2068.7464%20512.938%2069.5417%20514.763%2071.1321L523.547%2078.972C524.915%2075.7909%20525.714%2072.0411%20525.714%2068.0648V67.8382C525.714%2054.2049%20515.676%2042.8431%20501.532%2042.8431ZM157.576%2068.9085H170.38C179.501%2068.9085%20184.832%2063.4336%20184.832%2056.2923V56.054C184.832%2047.8417%20179.146%2043.4378%20170.025%2043.4378H157.576V68.9085ZM331.293%2068.848H344.029C353.149%2068.8479%20358.48%2063.3728%20358.48%2056.2318V55.9935C358.48%2047.781%20352.794%2043.3773%20343.673%2043.3773H331.293V68.848Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M47.6671%200C21.3413%200%200%2021.5176%200%2048.061V109.869C0%20122.092%209.8276%20132.001%2021.9506%20132.001C39.0949%20132.001%2056.2393%20132.001%2073.3837%20132.001C85.5066%20132.001%2095.3342%20122.092%2095.3342%20109.869V48.061C95.3342%2021.5176%2073.9929%200%2047.6671%200Z%22%20fill%3D%22url(%23paint0_linear_3009_1400)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint0_linear_3009_1400%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M34.8337%20144.835H60.5006V169.277C60.5006%20176.028%2054.7548%20181.502%2047.6671%20181.502C40.5794%20181.502%2034.8337%20176.028%2034.8337%20169.277V144.835Z%22%20fill%3D%22%23F98654%22%20style%3D%22fill%3A%20rgb(249%2C%20134%2C%2084)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M234.461%20180.375H227.144V146.962H215V140.373H246.605V146.962H234.461V180.375ZM258.188%20180.375H250.923V151.984H258.188V180.375ZM277.229%20192C269.168%20192%20263.654%20188.143%20263.654%20181.929H270.813C270.866%20184.286%20273.358%20186.161%20277.175%20186.161C281.736%20186.161%20284.122%20183.483%20284.122%20179.518V175.768C282.426%20178.393%20279.456%20179.947%20275.585%20179.947C267.949%20179.947%20262.593%20174.054%20262.593%20165.537C262.593%20156.965%20268.002%20151.073%20275.479%20151.073C279.827%20151.073%20283.327%20153.055%20284.971%20156.162L285.554%20151.984H291.281V179.465C291.281%20187.072%20285.766%20192%20277.229%20192ZM277.016%20173.947C281.206%20173.947%20284.122%20170.519%20284.122%20165.483C284.122%20160.554%20281.206%20157.126%20277.016%20157.126C272.88%20157.126%20269.964%20160.554%20269.964%20165.537C269.964%20170.519%20272.88%20173.947%20277.016%20173.947ZM310.425%20181.232C301.676%20181.232%20295.684%20175.072%20295.684%20166.287C295.684%20157.072%20301.729%20151.073%20309.895%20151.073C317.955%20151.073%20323.47%20156.804%20323.629%20166.072V167.786H302.79C303.32%20172.179%20306.236%20175.179%20310.479%20175.179C313.448%20175.179%20315.622%20173.786%20316.524%20171.322H323.523C321.986%20177.59%20317.16%20181.232%20310.425%20181.232ZM303.108%20162.911H316.205C315.41%20159.269%20313.183%20157.18%20309.895%20157.18C306.608%20157.18%20304.062%20159.322%20303.108%20162.911ZM335.244%20180.375H327.979V151.984H333.812L334.714%20157.662C336.517%20153.698%20339.804%20151.608%20344.418%20151.608H345.585V158.68H344.418C338.638%20158.68%20335.244%20161.679%20335.244%20166.822V180.375ZM363.318%20180.375H349.743V142.877H363.318C374.507%20142.877%20382.355%20150.484%20382.355%20161.411C382.355%20172.608%20374.507%20180.375%20363.318%20180.375ZM357.061%20149.465V173.733H363.795C370.265%20173.733%20374.772%20168.697%20374.772%20161.411C374.772%20154.501%20370.265%20149.465%20363.795%20149.465H357.061ZM396.508%20181.072C389.984%20181.072%20385.634%20178.018%20385.687%20172.608C385.794%20165.912%20392.422%20164.412%20397.884%20163.768C402.019%20163.233%20404.938%20162.965%20404.938%20160.769C404.938%20158.412%20403.185%20156.912%20399.845%20156.912C396.347%20156.912%20394.013%20158.787%20393.642%20161.572H386.324C386.96%20155.358%20392.476%20151.073%20399.952%20151.073C407.854%20151.073%20411.99%20155.251%20411.99%20161.251V173.625C411.99%20174.429%20412.36%20174.858%20413.316%20174.858H414.799V180.375H411.563C408.86%20180.375%20406.95%20179.358%20406.264%20177.429C406.101%20177.107%20405.997%20176.786%20405.891%20176.411C404.247%20179.304%20401.224%20181.072%20396.508%20181.072ZM398.097%20175.5C401.859%20175.5%20404.938%20173.518%20404.938%20170.143V166.019C403.98%20167.679%20401.488%20168.054%20398.732%20168.429C395.392%20168.911%20392.951%20169.394%20392.951%20172.072C392.951%20174.268%20394.65%20175.5%20398.097%20175.5ZM434.481%20180.375H430.663C424.249%20180.375%20420.75%20177.268%20420.75%20171.429V158.144H416.027V151.984H420.75V142.287H428.014V151.984H435.066V158.144H428.014V170.733C428.014%20172.983%20429.127%20174.215%20431.302%20174.215H434.481V180.375ZM448.705%20181.072C442.182%20181.072%20437.833%20178.018%20437.887%20172.608C437.993%20165.912%20444.62%20164.412%20450.082%20163.768C454.217%20163.233%20457.136%20162.965%20457.136%20160.769C457.136%20158.412%20455.386%20156.912%20452.043%20156.912C448.545%20156.912%20446.213%20158.787%20445.839%20161.572H438.521C439.159%20155.358%20444.674%20151.073%20452.152%20151.073C460.052%20151.073%20464.188%20155.251%20464.188%20161.251V173.625C464.188%20174.429%20464.562%20174.858%20465.514%20174.858H467V180.375H463.766C461.061%20180.375%20459.15%20179.358%20458.462%20177.429C458.305%20177.107%20458.196%20176.786%20458.091%20176.411C456.448%20179.304%20453.422%20181.072%20448.705%20181.072ZM450.295%20175.5C454.06%20175.5%20457.136%20173.518%20457.136%20170.143V166.019C456.181%20167.679%20453.689%20168.054%20450.93%20168.429C447.59%20168.911%20445.152%20169.394%20445.152%20172.072C445.152%20174.268%20446.848%20175.5%20450.295%20175.5Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M254.331%20148.525C256.658%20148.525%20258.545%20146.616%20258.545%20144.262C258.545%20141.908%20256.658%20140%20254.331%20140C252.004%20140%20250.117%20141.908%20250.117%20144.262C250.117%20146.616%20252.004%20148.525%20254.331%20148.525Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M176.825%20188.67H171.518V182.628H176.825C178.927%20182.628%20180.188%20181.892%20180.713%20180.474L181.554%20178.162H180.398L169.364%20150.315H177.035L184.496%20170.228L191.852%20150.315H199.26L187.333%20182.418C185.81%20186.516%20182.71%20188.67%20176.825%20188.67Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M156.573%20179.001C152.159%20179.001%20148.534%20176.899%20146.905%20173.379L146.222%20178.16H140.495V138.755H147.641V153.571C149.585%20150.997%20152.842%20149.421%20156.625%20149.421C163.981%20149.421%20169.235%20155.41%20169.235%20164.079C169.235%20172.906%20163.981%20179.001%20156.573%20179.001ZM154.839%20173.064C159.042%20173.064%20161.932%20169.386%20161.932%20164.132C161.932%20158.983%20159.042%20155.358%20154.839%20155.358C150.583%20155.358%20147.641%20158.878%20147.641%20163.974C147.641%20169.334%20150.583%20173.064%20154.839%20173.064Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3ClinearGradient%20id%3D%22paint0_linear_3009_1400%22%20x1%3D%2247.7476%22%20y1%3D%2227.7735%22%20x2%3D%22104.723%22%20y2%3D%22120.538%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%23F98653%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(249%2C%20134%2C%2083)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.59375%22%20stop-color%3D%22%23FF2F6D%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(255%2C%2047%2C%20109)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0D55%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(255%2C%2013%2C%2085)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://popsql.com/static/favicon/apple-touch-icon.png",
    "ogImage": "//images.ctfassets.net/iv1sg9nibjwl/L9cy5FXJHXiAvZABkKvwa/5308dd58add6c033ac404c556010f445/homepage_og.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'PopSQL'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Try it out for free",
      "reasoning": "Button #1 has a vibrant background color (#F5FF80) and action-oriented text ('Try it out for free'), making it the primary CTA."
    },
    "secondary": {
      "index": 5,
      "text": "Sign in",
      "reasoning": "Button #5 ('Sign in') has a different background color (#FFFFFF) and serves as a secondary action, suitable for users who already have an account."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy 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, matching the brand 'PopSQL'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles