Home · Branding · ROGER

ROGER Brand Identity

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

Download JSON
Primary
#45556C
Accent
#18181B
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#45556C
rgb(69, 85, 108)
accent
#18181B
rgb(24, 24, 27)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#09090B
rgb(9, 9, 11)
link
#45556C
rgb(69, 85, 108)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, 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

ROGER logo
Logo
ROGER favicon
Favicon
ROGER social image
Social Card

UI Components

Live previews rendered using ROGER's actual button styles.

buttonPrimary
background #18181B textColor #FFFFFF borderRadius 10px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.15) 0px 2px 0px 0px inset
buttonSecondary
background #FFFFFF textColor #18181B borderColor #18181B borderRadius 10px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Brand Personality

Tone: professional Energy: medium Audience: sales professionals and businesses looking for automation solutions

ROGER Brand in the Wild

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

Frequently Asked Questions

What is ROGER's primary brand color?

ROGER's primary brand color is #45556C. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does ROGER use?

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

What font does ROGER use?

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

Does ROGER use a light or dark theme?

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

Where can I find ROGER's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#45556C",
    "accent": "#18181B",
    "background": "#FFFFFF",
    "textPrimary": "#09090B",
    "link": "#45556C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#18181B",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.15) 0px 2px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#18181B",
      "borderColor": "#18181B",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-6%20w-auto%22%20width%3D%2295%22%20height%3D%2224%22%20viewBox%3D%220%200%2095%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Crect%20y%3D%220.000610352%22%20width%3D%2217.85%22%20height%3D%2217.85%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M86.1895%2017.8503V4.56994H89.3647L89.5915%206.15754C89.9275%205.65354%2090.3055%205.27554%2090.7255%205.02354C91.1455%204.75474%2091.5823%204.57834%2092.0359%204.49434C92.4895%204.39354%2092.9515%204.34314%2093.4219%204.34314C93.6403%204.34314%2093.8419%204.35154%2094.0267%204.36834C94.2115%204.36834%2094.3459%204.36834%2094.4299%204.36834V7.77034H93.5983C92.8087%207.77034%2092.1199%207.90474%2091.5319%208.17354C90.9439%208.44234%2090.4903%208.86234%2090.1711%209.43354C89.8687%2010.0047%2089.7175%2010.7355%2089.7175%2011.6259V17.8503H86.1895Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M78.2706%2018.0267C76.8762%2018.0267%2075.6918%2017.7495%2074.7174%2017.1951C73.743%2016.6407%2072.9954%2015.8595%2072.4746%2014.8515C71.9538%2013.8267%2071.6934%2012.6339%2071.6934%2011.2731C71.6934%209.89554%2071.9622%208.69434%2072.4998%207.66954C73.0374%206.62794%2073.7934%205.81314%2074.7678%205.22514C75.759%204.63714%2076.9266%204.34314%2078.2706%204.34314C79.2786%204.34314%2080.1606%204.51114%2080.9166%204.84714C81.6894%205.18314%2082.3362%205.65354%2082.857%206.25834C83.3946%206.86314%2083.7894%207.56874%2084.0414%208.37514C84.3102%209.16474%2084.4362%2010.0215%2084.4194%2010.9455C84.4194%2011.1807%2084.411%2011.4075%2084.3942%2011.6259C84.3774%2011.8443%2084.3438%2012.0627%2084.2934%2012.2811H75.1962C75.2466%2012.7851%2075.3894%2013.2471%2075.6246%2013.6671C75.8598%2014.0871%2076.1874%2014.4231%2076.6074%2014.6751C77.0442%2014.9103%2077.5818%2015.0279%2078.2202%2015.0279C78.6402%2015.0279%2079.0266%2014.9859%2079.3794%2014.9019C79.7322%2014.8011%2080.0346%2014.6499%2080.2866%2014.4483C80.5386%2014.2467%2080.715%2014.0115%2080.8158%2013.7427H84.2934C84.075%2014.7339%2083.6634%2015.5487%2083.0586%2016.1871C82.4706%2016.8255%2081.7566%2017.2959%2080.9166%2017.5983C80.0766%2017.8839%2079.1946%2018.0267%2078.2706%2018.0267ZM75.2718%209.81154H81.0426C81.0258%209.35794%2080.9082%208.93794%2080.6898%208.55154C80.4882%208.14834%2080.1774%207.82914%2079.7574%207.59394C79.3542%207.34194%2078.8334%207.21594%2078.195%207.21594C77.5566%207.21594%2077.019%207.34194%2076.5822%207.59394C76.1622%207.84594%2075.843%208.17354%2075.6246%208.57674C75.423%208.96314%2075.3054%209.37474%2075.2718%209.81154Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M63.354%2023.9992C62.3124%2023.9992%2061.3548%2023.8312%2060.4812%2023.4952C59.6076%2023.176%2058.8684%2022.6636%2058.2636%2021.958C57.6588%2021.2524%2057.2472%2020.3452%2057.0288%2019.2364H60.6324C60.75%2019.5724%2060.9348%2019.8496%2061.1868%2020.068C61.4556%2020.3032%2061.7748%2020.4796%2062.1444%2020.5972C62.5308%2020.7148%2062.934%2020.7736%2063.354%2020.7736C64.1436%2020.7736%2064.7568%2020.6056%2065.1936%2020.2696C65.6304%2019.9336%2065.9328%2019.4884%2066.1008%2018.934C66.2688%2018.3964%2066.3528%2017.8%2066.3528%2017.1448V16.2124C66.0504%2016.6996%2065.6724%2017.0692%2065.2188%2017.3212C64.7652%2017.5732%2064.2864%2017.7496%2063.7824%2017.8504C63.2952%2017.968%2062.8248%2018.0268%2062.3712%2018.0268C60.9768%2018.0268%2059.8428%2017.716%2058.9692%2017.0944C58.0956%2016.4728%2057.4572%2015.658%2057.054%2014.65C56.6508%2013.6252%2056.4492%2012.5248%2056.4492%2011.3488C56.4492%2010.0552%2056.676%208.87921%2057.1296%207.82081C57.5832%206.76241%2058.2636%205.92241%2059.1708%205.30081C60.078%204.67921%2061.212%204.36841%2062.5728%204.36841C63.396%204.36841%2064.1268%204.50281%2064.7652%204.77161C65.4036%205.02361%2065.9496%205.40161%2066.4032%205.90561L66.7056%204.57001H69.9312V16.162C69.9312%2017.7748%2069.7212%2019.1608%2069.3012%2020.32C68.8812%2021.496%2068.184%2022.4032%2067.2096%2023.0416C66.252%2023.68%2064.9668%2023.9992%2063.354%2023.9992ZM63.1524%2014.8516C63.8916%2014.8516%2064.4964%2014.6836%2064.9668%2014.3476C65.454%2014.0116%2065.8152%2013.5664%2066.0504%2013.012C66.2856%2012.4408%2066.4032%2011.8276%2066.4032%2011.1724C66.4032%2010.4836%2066.2856%209.87041%2066.0504%209.33281C65.8152%208.77841%2065.4624%208.34161%2064.992%208.02241C64.5216%207.68641%2063.9168%207.51841%2063.1776%207.51841C62.3712%207.51841%2061.7328%207.71161%2061.2624%208.09801C60.792%208.46761%2060.456%208.93801%2060.2544%209.50921C60.0696%2010.0636%2059.9772%2010.6516%2059.9772%2011.2732C59.9772%2011.9116%2060.078%2012.508%2060.2796%2013.0624C60.4812%2013.6%2060.8172%2014.0368%2061.2876%2014.3728C61.758%2014.692%2062.3796%2014.8516%2063.1524%2014.8516Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M48.5684%2018.0269C47.2244%2018.0269%2046.0484%2017.7581%2045.0404%2017.2205C44.0324%2016.6661%2043.2512%2015.8849%2042.6968%2014.8769C42.1424%2013.8521%2041.8652%2012.6425%2041.8652%2011.2481C41.8652%209.82006%2042.1424%208.59366%2042.6968%207.56886C43.268%206.52726%2044.0576%205.72926%2045.0656%205.17486C46.0736%204.62046%2047.2328%204.34326%2048.5432%204.34326C49.8872%204.34326%2051.0548%204.62886%2052.046%205.20006C53.0372%205.77126%2053.81%206.56926%2054.3644%207.59406C54.9188%208.61886%2055.196%209.84526%2055.196%2011.2733C55.196%2012.6677%2054.9188%2013.8773%2054.3644%2014.9021C53.8268%2015.9101%2053.0624%2016.6829%2052.0712%2017.2205C51.0968%2017.7581%2049.9292%2018.0269%2048.5684%2018.0269ZM48.518%2014.8013C49.2908%2014.8013%2049.9124%2014.6333%2050.3828%2014.2973C50.8532%2013.9613%2051.1892%2013.5245%2051.3908%2012.9869C51.6092%2012.4325%2051.7184%2011.8529%2051.7184%2011.2481C51.7184%2010.6433%2051.6092%2010.0637%2051.3908%209.50926C51.1892%208.95486%2050.8532%208.50126%2050.3828%208.14846C49.9292%207.77886%2049.3076%207.59406%2048.518%207.59406C47.762%207.59406%2047.1488%207.77886%2046.6784%208.14846C46.208%208.50126%2045.8636%208.95486%2045.6452%209.50926C45.4436%2010.0637%2045.3428%2010.6433%2045.3428%2011.2481C45.3428%2011.8697%2045.4436%2012.4493%2045.6452%2012.9869C45.8636%2013.5245%2046.208%2013.9613%2046.6784%2014.2973C47.1488%2014.6333%2047.762%2014.8013%2048.518%2014.8013Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.25%2017.8504V0.00878906H33.432C34.3224%200.00878906%2035.1708%200.101189%2035.9772%200.285988C36.8004%200.453988%2037.5396%200.747988%2038.1948%201.16799C38.85%201.58799%2039.3624%202.17599%2039.732%202.93199C40.1184%203.67119%2040.3116%204.62039%2040.3116%205.77959C40.3116%206.63639%2040.1688%207.40919%2039.8832%208.09799C39.5976%208.78679%2039.1776%209.37479%2038.6232%209.86199C38.0688%2010.3492%2037.4052%2010.7272%2036.6324%2010.996L40.5888%2017.8504H36.5316L33.054%2011.5756H29.8536V17.8504H26.25ZM29.8536%208.37519H33.18C33.7008%208.37519%2034.1712%208.33319%2034.5912%208.24919C35.028%208.14839%2035.3976%207.99719%2035.7%207.79559C36.0192%207.59399%2036.2628%207.32519%2036.4308%206.98919C36.6156%206.65319%2036.708%206.24159%2036.708%205.75439C36.7248%205.13279%2036.5904%204.65399%2036.3048%204.31799C36.036%203.96519%2035.6496%203.72159%2035.1456%203.58719C34.6584%203.43599%2034.0788%203.36039%2033.4068%203.36039H29.8536V8.37519Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20oklch(0.145%200%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.hireroger.com/favicon.ico",
    "ogImage": "/og.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which aligns with the brand 'Roger'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "The 'Book a demo' button is the primary CTA due to its dark, prominent background color (#18181B) and action-oriented text, which is typical for primary actions."
    },
    "secondary": {
      "index": 1,
      "text": "Self-serve",
      "reasoning": "The 'Self-serve' button is secondary because it has a lighter background (#FFFFFF) and less emphasis, making it suitable for a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "sales professionals and businesses looking for automation solutions"
  },
  "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, and links to the homepage, which aligns with the brand 'Roger'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles