Home · Branding · Conta Simples

Conta Simples Brand Identity

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

Download JSON
Primary
#224E42
Accent
#DFFFAE
Body Font
Nunito Sans
Heading
Ivardisplay

Color Palette

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

primary
#224E42
rgb(34, 78, 66)
secondary
#0000EE
rgb(0, 0, 238)
accent
#DFFFAE
rgb(223, 255, 174)
background
#FEFDF3
rgb(254, 253, 243)
textPrimary
#010101
rgb(1, 1, 1)
link
#DFFFAE
rgb(223, 255, 174)

Typography

Each font links to its Google Fonts page where available.

primary
Nunito Sans
Nunito Sans Google Fonts →
heading
Ivardisplay
Ivardisplay Google Fonts →
Ivardisplay, Arial, 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

Conta Simples logo
Logo
Conta Simples favicon
Favicon

UI Components

Live previews rendered using Conta Simples's actual button styles.

input
background transparent textColor #0F352B borderColor null borderRadius 4px shadow none
buttonPrimary
background #DFFFAE textColor #010101 borderColor #231F20 borderRadius 700px shadow none
buttonSecondary
background #224E42 textColor #FFFFFF borderRadius 700px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals and entrepreneurs

Conta Simples Brand in the Wild

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

Frequently Asked Questions

What is Conta Simples's primary brand color?

Conta Simples's primary brand color is #224E42. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Conta Simples use?

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

What font does Conta Simples use?

Conta Simples uses Nunito Sans for body text and Ivardisplay for headings. Fonts were detected on https://contasimples.com/ as part of their live design system.

Does Conta Simples use a light or dark theme?

Conta Simples's primary site uses a light color scheme, with a background of #FEFDF3.

Where can I find Conta Simples's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Nunito Sans",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Geist",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Ivardisplay",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#224E42",
    "secondary": "#0000EE",
    "accent": "#DFFFAE",
    "background": "#FEFDF3",
    "textPrimary": "#010101",
    "link": "#DFFFAE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Nunito Sans",
      "heading": "Ivardisplay"
    },
    "fontStacks": {
      "heading": [
        "Ivardisplay",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Nunito Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "63px",
      "h2": "21px",
      "body": "28px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "21px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#0F352B",
      "borderColor": null,
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#DFFFAE",
      "textColor": "#010101",
      "borderColor": "#231F20",
      "borderRadius": "700px",
      "borderRadiusCorners": {
        "topLeft": "700px",
        "topRight": "700px",
        "bottomRight": "700px",
        "bottomLeft": "700px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#224E42",
      "textColor": "#FFFFFF",
      "borderRadius": "700px",
      "borderRadiusCorners": {
        "topLeft": "700px",
        "topRight": "700px",
        "bottomRight": "700px",
        "bottomLeft": "700px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22180%22%20height%3D%2245%22%20viewBox%3D%220%200%20180%2045%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%3Cpath%20d%3D%22M99.2431%2024.0553H102.112C102.112%2025.3433%20103.022%2026.1058%20104.561%2026.1058C106.101%2026.1058%20106.917%2025.5521%20106.917%2024.5874C106.917%2023.3674%20105.541%2023.137%20104.001%2022.8834C101.972%2022.5601%2099.5463%2022.1706%2099.5463%2019.5217C99.5463%2017.3337%20101.412%2016.0208%20104.561%2016.0208C107.71%2016.0208%20109.553%2017.4248%20109.553%2019.8201H106.684C106.684%2018.6001%20105.914%2017.9089%20104.561%2017.9089C103.278%2017.9089%20102.509%2018.4161%20102.509%2019.2681C102.509%2020.3041%20103.791%2020.5113%20105.284%2020.7649C107.36%2021.1097%20109.879%2021.5241%20109.879%2024.241C109.879%2026.613%20107.897%2028.0402%20104.561%2028.0402C101.202%2028.0402%2099.2431%2026.5666%2099.2431%2024.0553Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M111.63%2011.161H114.709V14.0386H111.63V11.161ZM111.63%2016.2482H114.709V27.8067H111.63V16.2482Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M151.87%2010.0785H154.948V27.8083H151.87V10.0785Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M168.312%2022.3745H159.775C159.892%2024.4929%20160.918%2025.7361%20162.574%2025.7361C164.02%2025.7361%20165.023%2024.9521%20165.326%2023.6857H168.312C167.892%2026.4257%20165.744%2028.0385%20162.574%2028.0385C158.935%2028.0385%20156.789%2025.8041%20156.789%2022.0297C156.789%2018.2553%20158.935%2016.0208%20162.574%2016.0208C166.213%2016.0208%20168.312%2018.2304%20168.312%2022.0297V22.3745ZM159.797%2021.3385H165.301C165.115%2019.404%20164.112%2018.2984%20162.572%2018.2984C161.01%2018.2984%20160.007%2019.404%20159.797%2021.3385Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M169.362%2024.0553H172.231C172.231%2025.3433%20173.141%2026.1058%20174.68%2026.1058C176.22%2026.1058%20177.036%2025.5521%20177.036%2024.5874C177.036%2023.3674%20175.66%2023.137%20174.12%2022.8834C172.091%2022.5601%20169.665%2022.1706%20169.665%2019.5217C169.665%2017.3337%20171.531%2016.0208%20174.68%2016.0208C177.829%2016.0208%20179.672%2017.4248%20179.672%2019.8201H176.803C176.803%2018.6001%20176.033%2017.9089%20174.68%2017.9089C173.397%2017.9089%20172.628%2018.4161%20172.628%2019.2681C172.628%2020.3041%20173.911%2020.5113%20175.403%2020.7649C177.479%2021.1097%20179.998%2021.5241%20179.998%2024.241C179.998%2026.613%20178.016%2028.0402%20174.68%2028.0402C171.321%2028.0402%20169.362%2026.5666%20169.362%2024.0553Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M145.334%2016.0177C143.198%2016.0177%20141.765%2017.0653%20141.31%2018.8821H141.109V16.2481H138.033V33.1028H141.112V23.8234H141.159C141.159%2026.4706%20142.721%2028.0371%20145.334%2028.0371C148.273%2028.0371%20150.022%2025.8026%20150.022%2022.0282C150.022%2018.2522%20148.273%2016.0177%20145.332%2016.0177H145.334ZM143.911%2025.6203C142.045%2025.6203%20140.949%2024.1467%20140.949%2022.0282C140.949%2019.9098%20142.045%2018.4362%20143.911%2018.4362C145.777%2018.4362%20146.873%2019.7706%20146.873%2022.0282C146.873%2024.2843%20145.777%2025.6203%20143.911%2025.6203Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M131.691%2016.0177C129.668%2016.0177%20128.379%2017.2195%20128.09%2019.3147H127.914C127.601%2017.2643%20126.226%2016.0177%20124.087%2016.0177C122.169%2016.0177%20120.87%2017.0554%20120.453%2018.8821H120.262V16.2481H117.183V27.8067H120.262V21.4282C120.262%2019.5402%20121.171%2018.413%20122.736%2018.413C124.112%2018.413%20124.905%2019.2882%20124.905%2020.785V27.8083H127.984V21.4298C127.984%2019.5418%20128.894%2018.4146%20130.433%2018.4146C131.809%2018.4146%20132.625%2019.2899%20132.625%2020.7867V27.81H135.704V20.6491C135.701%2017.7251%20134.208%2016.0194%20131.689%2016.0194L131.691%2016.0177Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M141.156%2023.7768H140.79V25.0508H141.442L141.156%2023.7768Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M41.1411%2021.9609C41.1411%2018.2545%2043.2403%2016.0432%2046.739%2016.0432C49.5613%2016.0432%2051.4739%2017.4936%2052.0354%2020.0497H50.1228C49.6096%2018.4849%2048.4434%2017.5865%2046.739%2017.5865C44.4532%2017.5865%2043.1004%2019.2209%2043.1004%2021.9609C43.1004%2024.7009%2044.4532%2026.3354%2046.739%2026.3354C48.535%2026.3354%2049.7479%2025.3458%2050.1911%2023.6417H52.1037C51.5905%2026.3354%2049.6779%2027.9018%2046.739%2027.9018C43.2403%2027.9018%2041.1411%2025.6905%2041.1411%2021.9609Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M52.9223%2021.9609C52.9223%2018.2545%2055.0448%2016.0432%2058.5902%2016.0432C62.1355%2016.0432%2064.2347%2018.2528%2064.2347%2021.9609C64.2347%2025.669%2062.1355%2027.9018%2058.5902%2027.9018C55.0448%2027.9018%2052.9223%2025.6905%2052.9223%2021.9609ZM62.2988%2021.9609C62.2988%2019.2209%2060.9226%2017.5865%2058.5902%2017.5865C56.2577%2017.5865%2054.8815%2019.2209%2054.8815%2021.9609C54.8815%2024.7009%2056.2577%2026.3354%2058.5902%2026.3354C60.9226%2026.3354%2062.2988%2024.7242%2062.2988%2021.9609Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M80.7965%2017.6775V24.3328C80.7965%2025.5993%2081.5662%2026.3369%2082.8957%2026.3369C83.4788%2026.3369%2084.0852%2026.1993%2084.5517%2025.9689V27.4425C83.9453%2027.7194%2083.1056%2027.9033%2082.2892%2027.9033C80.1434%2027.9033%2078.8838%2026.6369%2078.8838%2024.4489V17.6792H77.0179V16.2752H79.0238V12.3135H80.7948L80.7998%2016.2735H84.7383V17.6775H80.7981H80.7965Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M71.9077%2016.0432C69.9084%2016.0432%2068.5623%2017.0726%2068.1341%2018.8661H67.9408V16.2736H66.0282V27.6714H67.9408V21.4321C67.9408%2019.0137%2069.1537%2017.5865%2071.2296%2017.5865C73.0956%2017.5865%2074.1685%2018.7153%2074.1685%2020.6265V27.6714H76.0811V20.5801C76.0811%2017.724%2074.5434%2016.0432%2071.9077%2016.0432Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M94.3032%2016.2736V18.8661H94.13C93.7018%2017.0743%2092.2123%2016.0432%2089.9882%2016.0432C86.9093%2016.0432%2085.09%2018.2528%2085.09%2021.9609C85.09%2025.669%2086.9093%2027.9018%2089.9882%2027.9018C92.2057%2027.9018%2093.6935%2026.8608%2094.125%2025.0739H94.3032V27.673H96.2159V16.2753H94.3032V16.2736ZM94.2616%2020.0033H94.2566V19.9867L94.2616%2020.0033ZM90.7346%2026.3354C88.4021%2026.3354%2087.0493%2024.7242%2087.0493%2021.9609C87.0493%2019.1977%2088.4021%2017.5865%2090.7346%2017.5865C93.067%2017.5865%2094.4432%2019.2673%2094.4432%2021.9609C94.4432%2024.6545%2093.0904%2026.3354%2090.7346%2026.3354Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M31.6068%2024.8849L24.7544%2018.1202L30.7238%2012.2241C31.037%2011.9141%2031.037%2011.4102%2030.7238%2011.1002L19.7212%200.23621C19.403%20-0.0787367%2018.8849%20-0.0787367%2018.5667%200.23621L0.236791%2018.3357C-0.0697617%2018.639%20-0.0780919%2019.1247%200.208468%2019.4397L0.220131%2019.4529L0.225129%2019.4579L7.08425%2026.2293L2.00114%2021.2117L7.08425%2026.2309L1.11813%2032.1188C0.799916%2032.4337%200.799916%2032.9443%201.11813%2033.2575L12.1124%2044.1149C12.4306%2044.4299%2012.9487%2044.4299%2013.267%2044.1149L31.6052%2026.0088C31.9184%2025.7021%2031.9184%2025.1982%2031.6052%2024.8866L31.6068%2024.8849ZM20.1177%2013.7938C20.1177%2013.7938%2020.1111%2013.7938%2020.1061%2013.7938H20.1144H20.1177ZM7.61739%2025.7038L1.05316%2019.2242L19.5263%2013.9596C19.5013%2013.9795%2019.473%2013.9977%2019.448%2014.0209L7.61739%2025.7038Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/62bafaff2f682a6725578209/685d1e8f7390d1a07f530e54_favicon.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 20,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo for 'Conta Simples'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "Abra sua conta",
      "reasoning": "Button #5 ('Abra sua conta') uses the vibrant green color (#DFFFAE), which is a strong indicator of a primary CTA. The text 'Abra sua conta' is action-oriented, encouraging users to open an account, which aligns with a primary action for a financial service."
    },
    "secondary": {
      "index": 3,
      "text": "Fale com especialista",
      "reasoning": "Button #2 ('Fale com especialista') uses a different color (#224E42) and serves as a secondary action, providing an option to contact a specialist, which is less direct than opening an account."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and entrepreneurs"
  },
  "designSystem": {
    "framework": "custom",
    "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, located in the header, and links to the homepage, which are strong indicators of the main brand logo for 'Conta Simples'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles