Home · Branding · Findly

Findly Brand Identity

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

Download JSON
Primary
#6F63FF
Accent
#4652F6
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.findly.ai/join.

primary
#6F63FF
rgb(111, 99, 255)
secondary
#4652F6
rgb(70, 82, 246)
accent
#4652F6
rgb(70, 82, 246)
background
#1C1631
rgb(28, 22, 49)
textPrimary
#1C1631
rgb(28, 22, 49)
link
#1C1631
rgb(28, 22, 49)

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

Findly logo
Logo
Findly favicon
Favicon
Findly social image
Social Card

UI Components

Live previews rendered using Findly's actual button styles.

input
background transparent textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #4652F6 textColor #FFFFFF borderRadius 7px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonSecondary
background #FFFFFF textColor #6F63FF borderColor #302A43 borderRadius 7px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(111, 99, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px

Brand Personality

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

Findly Brand in the Wild

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

Frequently Asked Questions

What is Findly's primary brand color?

Findly's primary brand color is #6F63FF. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Findly use?

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

What font does Findly use?

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

Does Findly use a light or dark theme?

Findly's primary site uses a dark color scheme, with a background of #1C1631.

Where can I find Findly's logo?

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

Methodology

Brand data on this page was extracted from https://www.findly.ai/join 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 Findly.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6F63FF",
    "secondary": "#4652F6",
    "accent": "#4652F6",
    "background": "#1C1631",
    "textPrimary": "#1C1631",
    "link": "#1C1631"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "20px",
      "h2": "20px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#4652F6",
      "textColor": "#FFFFFF",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#6F63FF",
      "borderColor": "#302A43",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(111, 99, 255) 0px 0px 0px 0px, 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%20xml%3Aspace%3D%22preserve%22%20id%3D%22logo-darling_svg__Layer_1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20510%2096.3%22%20class%3D%22mt-%5B5%25%5D%20relative%20w-full%22%20data-fc-idx%3D%220%22%3E%3Cstyle%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E.logo-darling_svg__st3%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Aurl(%23logo-darling_svg__SVGID_00000105393468441288080910000003753360441729131928_)%3Bfill-opacity%3A.6%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M169.8.5c12.1%200%2021.5%203.3%2028.2%209.9%206.7%206.6%2010.1%2015.6%2010.1%2027.1%200%2011.5-3.4%2020.6-10.2%2027.2-6.7%206.6-16.1%209.8-28.1%209.8h-37V.5h37zm-24.2%2011.8v50.3h23.8c9%200%2015.5-1.9%2019.5-5.8s5.9-10.4%205.9-19.3-2-15.3-6-19.3c-3.9-3.9-10.4-5.9-19.4-5.9h-23.8zm75.1%2037.9c4.4-2.2%2013.3-4.3%2026.7-6.3l7.5-1.2-.1-2.1c-.2-3.1-1.4-5.4-3.6-6.8-2.1-1.4-5.3-2.1-9.6-2.1-4.6%200-8%20.8-10.2%202.5-2.2%201.7-3.5%204.3-3.8%207.8l-10.3-2.5c.4-5.6%202.9-10%207.3-13%204.5-3%2010.2-4.5%2017-4.5%207.5%200%2013.6%201.7%2018.2%205s6.9%208.1%206.9%2014.3v33.3h-10.5l-1.5-12.2h-.3c-1.6%204.2-4.2%207.5-7.8%209.8-3.6%202.3-8%203.4-13.1%203.4-5.9%200-10.7-1.3-14.2-3.8s-5.2-6-5.2-10.3c0-5.3%202.2-9%206.6-11.3zm16.6%2016.7c4.8%200%208.9-1.7%2012.4-5.1%203.5-3.5%205.2-7.6%205.2-12.5l-7.1%201.2c-9.4%201.6-15.3%203.1-17.7%204.4-2.5%201.4-3.7%203.2-3.8%205.4%200%204.4%203.7%206.6%2011%206.6zM280.7%2023h10.6l1.8%2014.1h.2c1.6-6%204.3-9.9%208.1-11.6%204-1.8%208.6-2.6%2013.9-2.6%201.3%200%202.7%200%204.1.1l-1.7%2011.4c-1-.1-2-.1-3-.1-5.8%200-10.9%201.6-15.2%204.8-4.3%203.1-6.5%208.5-6.5%2016.1v19.5h-12.4V23zm48%2037.5V.5h12.4v63l.2.2h9.2v10.9h-8.8c-8.7-.5-13-5.2-13-14.1zm29.8-56.8H372v10.8h-13.4V3.7zm.6%2070.8V23h12.4v51.5h-12.4zM397%2023l1.8%2013.1h.2c3.6-9.5%2010.4-14.2%2020.3-14.2%2014.2%200%2021.4%207.5%2021.4%2022.5v30h-12.4V47.7c0-5.1-1.1-8.7-3.3-11-2.2-2.3-5.6-3.4-10.2-3.4-5.1%200-9.1%201.5-12%204.4-2.8%202.9-4.1%207.2-4.1%2012.9v23.9h-12.4V23H397zm55.6%2052.1c2-2%205-3%208.9-3.2v-.3c-5.1-.1-7.7-2.5-7.7-7.2%200-5.1%203.6-7.7%2010.9-7.8v-.3c-4-.7-6.7-2.4-8.3-5.1-1.6-2.7-2.3-6.2-2.3-10.5%200-6.1%202.2-10.8%206.7-14%204.4-3.2%2010.6-4.8%2018.4-4.8%203.1%200%207.5.1%2013.2.3%205.8.2%2011.4.3%2016.7.3v7.9H498v.2c4.2%201.3%206.3%204.7%206.3%2010.3%200%206.1-1.8%2010.6-5.5%2013.3-3.6%202.8-9.7%204.1-18.4%204.1H476.8c-5.6%200-9.5.2-11.6.5-2.1.4-3.2%201.3-3.2%203%200%201.2.9%201.9%202.8%202.1%201.8.2%205.5.3%2010.9.3H481.9c10.7%200%2018%201.1%2022%203.2%204.1%202%206.1%206.1%206.1%2012.1%200%205.8-2.3%209.9-6.9%2012.4-4.5%202.5-12.4%203.8-23.7%203.8-11%200-18.7-1-23.2-3-4.4-2-6.7-5.5-6.7-10.6.1-2.7%201.1-5.1%203.1-7zm12.8%2010.2c2.5.8%207.2%201.3%2014%201.3s11.5-.5%2014.1-1.4c2.6-.8%203.9-2.7%203.9-5.6%200-3-1.1-4.9-3.2-5.6-2-.8-6.6-1.2-13.5-1.2h-12.8c-4.2.7-6.2%203-6.2%206.8-.1%202.9%201.2%204.8%203.7%205.7zm3.9-37.5c2%201.5%205.3%202.2%209.8%202.2%208.7%200%2013-3.1%2013-9.4%200-3.2-1.1-5.4-3.4-6.7-2.2-1.3-5.4-2-9.6-2-8.6%200-12.9%202.9-12.9%208.7v.3c.1%203.2%201.1%205.5%203.1%206.9z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22%2370c3ff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.3%203C-.5%201.7.5%200%202%200h47.8C70.3%200%2087%2016.7%2087%2037.2c0%2015.2-9.1%2028.3-22.2%2034.1-1.2.5-1.7%202-1%203l12.1%2018.9c.9%201.3-.1%203.1-1.7%203.1H62.4c-.7%200-1.4-.4-1.7-1L49.2%2075.4c-.4-.6-1-1-1.7-1h-45c-1.5%200-2.5-1.7-1.7-3l28.5-50.3c.8-1.3%202.7-1.4%203.5%200L55%2059.3c.4.8%201.4%201.2%202.2.9%209.7-3.1%2016.7-12.2%2016.7-23%200-13.3-10.8-24.1-24.1-24.1H7.2c-.7%200-1.4-.4-1.7-1L.3%203zm37.2%2058.3c1.5%200%202.5-1.7%201.7-3l-6.4-11c-.8-1.3-2.7-1.3-3.5%200l-6.2%2011c-.8%201.3.2%203%201.7%203h12.7z%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(112%2C%20195%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22%237649ff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.3%203C-.5%201.7.5%200%202%200h47.8C70.3%200%2087%2016.7%2087%2037.2c0%2015.2-9.1%2028.3-22.2%2034.1-1.2.5-1.7%202-1%203l12.1%2018.9c.9%201.3-.1%203.1-1.7%203.1H62.4c-.7%200-1.4-.4-1.7-1L49.2%2075.4c-.4-.6-1-1-1.7-1h-45c-1.5%200-2.5-1.7-1.7-3l28.5-50.3c.8-1.3%202.7-1.4%203.5%200L55%2059.3c.4.8%201.4%201.2%202.2.9%209.7-3.1%2016.7-12.2%2016.7-23%200-13.3-10.8-24.1-24.1-24.1H7.2c-.7%200-1.4-.4-1.7-1L.3%203zm37.2%2058.3c1.5%200%202.5-1.7%201.7-3l-6.4-11c-.8-1.3-2.7-1.3-3.5%200l-6.2%2011c-.8%201.3.2%203%201.7%203h12.7z%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(118%2C%2073%2C%20255)%20!important%3B%22%2F%3E%3CradialGradient%20id%3D%22logo-darling_svg__SVGID_1_%22%20cx%3D%22-121.63%22%20cy%3D%22366.998%22%20r%3D%221%22%20gradientTransform%3D%22matrix(73.9222%2053.3404%2054.75%20-75.8756%20-11088.057%2034333.96)%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffb5a3%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stop-color%3A%20rgb(255%2C%20181%2C%20163)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffb5a3%22%20stop-opacity%3D%220%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stop-color%3A%20rgb(255%2C%20181%2C%20163)%20!important%3B%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23logo-darling_svg__SVGID_1_)%22%20fill-opacity%3D%220.8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.3%203C-.5%201.7.5%200%202%200h47.8C70.3%200%2087%2016.7%2087%2037.2c0%2015.2-9.1%2028.3-22.2%2034.1-1.2.5-1.7%202-1%203l12.1%2018.9c.9%201.3-.1%203.1-1.7%203.1H62.4c-.7%200-1.4-.4-1.7-1L49.2%2075.4c-.4-.6-1-1-1.7-1h-45c-1.5%200-2.5-1.7-1.7-3l28.5-50.3c.8-1.3%202.7-1.4%203.5%200L55%2059.3c.4.8%201.4%201.2%202.2.9%209.7-3.1%2016.7-12.2%2016.7-23%200-13.3-10.8-24.1-24.1-24.1H7.2c-.7%200-1.4-.4-1.7-1L.3%203zm37.2%2058.3c1.5%200%202.5-1.7%201.7-3l-6.4-11c-.8-1.3-2.7-1.3-3.5%200l-6.2%2011c-.8%201.3.2%203%201.7%203h12.7z%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20url(%26quot%3B%23logo-darling_svg__SVGID_1_%26quot%3B)%20!important%3B%20fill-opacity%3A%200.8%20!important%3B%22%2F%3E%3CradialGradient%20id%3D%22logo-darling_svg__SVGID_00000072989620346298314820000011672150958514257577_%22%20cx%3D%22-122.047%22%20cy%3D%22368.94%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-80.7077%20156.3682%2045.3741%2023.4193%20-26513.184%2010397.876)%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff91f3%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stop-color%3A%20rgb(255%2C%20145%2C%20243)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff91f3%22%20stop-opacity%3D%220%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stop-color%3A%20rgb(255%2C%20145%2C%20243)%20!important%3B%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23logo-darling_svg__SVGID_00000072989620346298314820000011672150958514257577_)%22%20fill-opacity%3D%220.6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.3%203C-.5%201.7.5%200%202%200h47.8C70.3%200%2087%2016.7%2087%2037.2c0%2015.2-9.1%2028.3-22.2%2034.1-1.2.5-1.7%202-1%203l12.1%2018.9c.9%201.3-.1%203.1-1.7%203.1H62.4c-.7%200-1.4-.4-1.7-1L49.2%2075.4c-.4-.6-1-1-1.7-1h-45c-1.5%200-2.5-1.7-1.7-3l28.5-50.3c.8-1.3%202.7-1.4%203.5%200L55%2059.3c.4.8%201.4%201.2%202.2.9%209.7-3.1%2016.7-12.2%2016.7-23%200-13.3-10.8-24.1-24.1-24.1H7.2c-.7%200-1.4-.4-1.7-1L.3%203zm37.2%2058.3c1.5%200%202.5-1.7%201.7-3l-6.4-11c-.8-1.3-2.7-1.3-3.5%200l-6.2%2011c-.8%201.3.2%203%201.7%203h12.7z%22%20clip-rule%3D%22evenodd%22%20style%3D%22fill%3A%20url(%26quot%3B%23logo-darling_svg__SVGID_00000072989620346298314820000011672150958514257577_%26quot%3B)%20!important%3B%20fill-opacity%3A%200.6%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://app.darlinganalytics.ai/favicon.ico",
    "ogImage": "https://app.darlinganalytics.ai/og.png",
    "logoHref": "/",
    "logoAlt": ".logo-darling_svg__st3{fill-rule:evenodd;clip-rule:evenodd;fill:url(#logo-darling_svg__SVGID_00000105393468441288080910000003753360441729131928_);fill-opacity:.6}"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Darling AI'. It links to the homepage, which is a strong indicator of being the main logo.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Create your account",
      "reasoning": "Button #0 has a vibrant blue background (#4652F6), which is a strong indicator of a primary CTA. The text 'Create your account' is action-oriented, aligning with typical primary CTA functions."
    },
    "secondary": {
      "index": 1,
      "text": "Continue with Google",
      "reasoning": "Button #1 has a white background, contrasting with the primary button's vibrant color. It offers an alternative sign-in method, making it a suitable secondary action."
    },
    "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 visible, medium-sized, and matches the brand name 'Darling AI'. It links to the homepage, which is a strong indicator of being the main logo.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles