Home · Branding · Modern Treasury

Modern Treasury Brand Identity

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

Download JSON
Primary
#543B4E
Accent
#BAE0CF
Body Font
mt-sans
Heading
mt-neue-display

Color Palette

Brand palette extracted from http://www.moderntreasury.com/.

primary
#543B4E
rgb(84, 59, 78)
secondary
#0C221D
rgb(12, 34, 29)
accent
#BAE0CF
rgb(186, 224, 207)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#151515
rgb(21, 21, 21)
link
#BAE0CF
rgb(186, 224, 207)

Typography

Each font links to its Google Fonts page where available.

primary
mt-sans
heading
mt-neue-display
mt-neue-display Google Fonts →
mt-neue-display, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

Modern Treasury logo
Logo
Modern Treasury favicon
Favicon
Modern Treasury social image
Social Card

UI Components

Live previews rendered using Modern Treasury's actual button styles.

input
background transparent textColor #151515 borderColor null borderRadius 0px shadow none
buttonPrimary
background #BAE0CF textColor #151515 borderColor #BAE0CF borderRadius 2px shadow none
buttonSecondary
background #151515 textColor #FFFFFF borderColor #151515 borderRadius 2px shadow none

Brand Personality

Tone: professional Energy: medium Audience: financial services professionals

Modern Treasury Brand in the Wild

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

Frequently Asked Questions

What is Modern Treasury's primary brand color?

Modern Treasury's primary brand color is #543B4E. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Modern Treasury use?

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

What font does Modern Treasury use?

Modern Treasury uses mt-sans for body text and mt-neue-display for headings. Fonts were detected on http://www.moderntreasury.com/ as part of their live design system.

Does Modern Treasury use a light or dark theme?

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

Where can I find Modern Treasury's logo?

Modern Treasury's logo is available directly on their site (http://www.moderntreasury.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 http://www.moderntreasury.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 Modern Treasury.

Methodology

Brand data on this page was extracted from http://www.moderntreasury.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 Modern Treasury.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "mt-sans",
      "role": "body"
    },
    {
      "family": "mt-neue-display",
      "role": "heading"
    },
    {
      "family": "mt-neue-text",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#543B4E",
    "secondary": "#0C221D",
    "accent": "#BAE0CF",
    "background": "#FFFFFF",
    "textPrimary": "#151515",
    "link": "#BAE0CF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "mt-sans",
      "heading": "mt-neue-display"
    },
    "fontStacks": {
      "heading": [
        "mt-neue-display",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "mt-sans",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "mt-sans",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "71px",
      "h2": "47px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#151515",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#BAE0CF",
      "textColor": "#151515",
      "borderColor": "#BAE0CF",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#151515",
      "textColor": "#FFFFFF",
      "borderColor": "#151515",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-%5B17px%5D%20w-auto%20text-mt-logo%22%20fill%3D%22none%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22xMinYMin%22%20viewBox%3D%220%200%20229%2020%22%20width%3D%22100%25%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Ctitle%20style%3D%22fill%3A%20none%20!important%3B%22%3EModern%20Treasury%3C%2Ftitle%3E%3Cpath%20d%3D%22M10%206.40625L20%203.125V0H0V3.125L10%206.40625Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M0%206.09375V20H4.6875V7.65625L0%206.09375Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M20%206.09375V20H15.3125V7.65625L20%206.09375Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M12.3438%208.59375L11.2649%208.95336C10.7956%209.1098%2010.5609%209.18802%2010.3209%209.21909C10.1078%209.24666%209.89216%209.24666%209.67914%209.21909C9.43907%209.18802%209.20441%209.1098%208.73509%208.95336L7.65625%208.59375V20H12.3438V8.59375Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M80.4814%2017.2567H89.6334V14.4419H83.4924V11.3069H88.4022V8.49453H83.4924V5.58787H89.6334V2.77801H80.4814V17.2567Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M151.664%2017.2567H160.816V14.4419H154.675V11.3069H159.585V8.49453H154.675V5.58787H160.816V2.77801H151.664V17.2567Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M42.5087%2013.0544L38.9095%202.78544H35V17.2543H37.8421V7.46691L41.3172%2017.2592H43.6828L47.0611%207.49918V17.2543H49.9404V2.78049H46.1501L42.5087%2013.0544Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M103.236%207.72754V7.10698C103.236%204.2301%20101.325%202.77552%2098.768%202.77552H92.5625V17.2468H95.566V12.2476H97.7652L100.247%2017.2567H103.581L100.677%2011.7016C102.524%2011.0562%20103.236%209.66862%20103.236%207.72754ZM100.228%207.68781C100.228%208.94381%2099.4829%209.42536%2098.5124%209.42536H95.5337V5.58787H98.5124C99.4829%205.58787%20100.228%206.08431%20100.228%207.39491V7.68781Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M148.931%207.72754V7.10698C148.931%204.2301%20147.017%202.77552%20144.463%202.77552H138.257V17.2468H141.261V12.2476H143.458L145.94%2017.2567H149.283L146.387%2011.7016C148.219%2011.0562%20148.931%209.66862%20148.931%207.72754ZM145.922%207.68781C145.922%208.94381%20145.178%209.42536%20144.207%209.42536H141.229V5.58787H144.207C145.178%205.58787%20145.922%206.08431%20145.922%207.39491V7.68781Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M58.4369%202.57695C55.1356%202.57695%2052.7104%205.00952%2052.7104%208.6261V11.3938C52.7104%2015.0128%2055.1058%2017.4702%2058.4369%2017.4702C61.768%2017.4702%2064.2229%2015.0128%2064.2229%2011.3938V8.6261C64.2229%204.99959%2061.7358%202.57695%2058.4369%202.57695ZM61.2095%2011.4236C61.2095%2013.5285%2059.9386%2014.6504%2058.4295%2014.6504C56.9203%2014.6504%2055.7239%2013.5533%2055.7239%2011.4236V8.67823C55.7239%206.54353%2056.9079%205.41412%2058.4295%205.41412C59.9511%205.41412%2061.2095%206.54849%2061.2095%208.67823V11.4236Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M71.9253%202.73828H66.7474V17.2567H71.9253C75.254%2017.2567%2077.7461%2014.7993%2077.7461%2011.1803V8.78991C77.7461%205.16589%2075.2838%202.73828%2071.9253%202.73828ZM74.6682%2011.1356C74.6682%2013.2405%2073.3998%2014.3625%2071.8757%2014.3625H69.7261V5.57793H71.8831C73.4072%205.57793%2074.6756%206.70982%2074.6756%208.80481L74.6682%2011.1356Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M214.592%207.72754V7.10698C214.592%204.2301%20212.681%202.77552%20210.124%202.77552H203.919V17.2468H206.917V12.2476H209.114L211.596%2017.2567H214.94L212.04%2011.7016C213.867%2011.0562%20214.592%209.66862%20214.592%207.72754ZM211.581%207.68781C211.581%208.94381%20210.837%209.42536%20209.869%209.42536H206.89V5.58787H209.869C210.842%205.58787%20211.581%206.08431%20211.581%207.39491V7.68781Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M197.942%2011.6196C197.942%2013.7543%20196.924%2014.6678%20195.447%2014.6678C193.97%2014.6678%20192.992%2013.7593%20192.992%2011.6196V2.78298H189.989V11.6196C189.989%2015.2387%20192.19%2017.4603%20195.449%2017.4603C198.709%2017.4603%20200.96%2015.2213%20200.96%2011.6196V2.78298H197.942V11.6196Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M167.564%202.75319L162.416%2017.2567H165.422L166.393%2014.3749H171.752L172.712%2017.2195H175.837L170.796%202.74574L167.564%202.75319ZM167.316%2011.6668L169.163%206.25062L170.9%2011.6792L167.316%2011.6668Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M225.519%202.78545L222.193%209.04559L218.966%202.78545H215.657L220.649%2011.8679V17.2617H223.652V11.9249L228.808%202.78545H225.519Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M114.577%2011.8902L109.526%202.77801H106.138V17.2567H109.077V7.39988L114.644%2017.2543H117.506V2.77801H114.577V11.8902Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M124.893%205.5829H128.974V17.2493H131.98V5.5829H136.051V2.78049H124.888L124.893%205.5829Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M182.259%2017.5025C178.99%2017.5025%20176.736%2016.0802%20176.736%2012.9749V12.5505H179.673V12.9029C179.673%2014.5089%20180.914%2014.916%20182.185%2014.916C183.535%2014.916%20184.57%2014.5089%20184.57%2013.3075C184.57%2012.1062%20183.019%2011.6296%20181.095%2011.0463C179.442%2010.5498%20177.009%209.71827%20177.009%206.74955C177.009%203.8677%20179.208%202.5%20182.239%202.5C184.721%202.5%20187.283%203.60955%20187.283%206.71976V7.03501H184.404V6.83146C184.404%205.74177%20183.552%205.09391%20182.259%205.09391C181.077%205.09391%20180.097%205.42652%20180.097%206.4616C180.097%207.86653%20181.877%208.11724%20183.522%208.63353C185.168%209.14984%20187.618%2010.0261%20187.618%2012.8732C187.618%2016.2117%20185.322%2017.5025%20182.259%2017.5025Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(41%2C%20115%2C%2092)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.moderntreasury.com/favicon.png",
    "ogImage": "https://cdn.sanity.io/images/8nmbzj0x/production/3462cd76bd3792d4ec715bdc568644888fb9b42e-2000x1125.png",
    "logoHref": "/",
    "logoAlt": "Modern Treasury"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Modern Treasury'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 with the text 'Subscribe' has a vibrant green background (#BAE0CF), which is a common choice for primary CTAs due to its visibility and action-oriented text."
    },
    "secondary": {
      "index": 1,
      "text": "Talk to us→",
      "reasoning": "Button #1 with the text 'Talk to us→' has a dark background (#151515), making it a suitable secondary CTA as it contrasts with the primary button's color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "financial services 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, located in the header, links to the homepage, and matches the brand name 'Modern Treasury'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles