Home · Branding · Routine

Routine Brand Identity

A complete profile of Routine's visual system — colors, typography, components, and personality — extracted from http://routine.co. Built for designers, agents, and AI tools.

Download JSON
Primary
#747F8F
Accent
#171B1F
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from http://routine.co.

primary
#747F8F
rgb(116, 127, 143)
secondary
#47505D
rgb(71, 80, 93)
accent
#171B1F
rgb(23, 27, 31)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#171B1F
rgb(23, 27, 31)
link
#8896A9
rgb(136, 150, 169)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, 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

Routine logo
Logo
Routine favicon
Favicon
Routine social image
Social Card

UI Components

Live previews rendered using Routine's actual button styles.

buttonPrimary
background #171B1F textColor #FFFFFF borderRadius 7px shadow none
buttonSecondary
background #FFFFFF textColor #747F8F borderColor #D0CBCB borderRadius 7px shadow none

Brand Personality

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

Routine Brand in the Wild

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

Frequently Asked Questions

What is Routine's primary brand color?

Routine's primary brand color is #747F8F. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Routine use?

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

What font does Routine use?

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

Does Routine use a light or dark theme?

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

Where can I find Routine's logo?

Routine's logo is available directly on their site (http://routine.co). 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://routine.co 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 Routine.

Methodology

Brand data on this page was extracted from http://routine.co 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 Routine.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Noto Sans",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#747F8F",
    "secondary": "#47505D",
    "accent": "#171B1F",
    "background": "#FFFFFF",
    "textPrimary": "#171B1F",
    "link": "#8896A9"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "-apple-system",
        "system-ui",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Noto Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "-apple-system",
        "system-ui",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Noto Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "-apple-system",
        "system-ui",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Noto Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "46px",
      "h2": "34px",
      "body": "19px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "7px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#171B1F",
      "textColor": "#FFFFFF",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#747F8F",
      "borderColor": "#D0CBCB",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://images.ctfassets.net/fcmhu5qfg1dk/3idHhTKNaI1IMTS7ASorZ5/8e472870d2252c29403fb44d414711d7/logo.svg",
    "favicon": "https://routine.co/favicon.png",
    "ogImage": "https://routine.co/cover.png",
    "logoHref": "/",
    "logoAlt": "Routine Logotype"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 6,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'Routine'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get started for free",
      "reasoning": "Button #1 'Get started for free' is the primary CTA due to its action-oriented text and dark background color, which stands out as a strong call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Login",
      "reasoning": "Button #3 'Login' is selected as the secondary CTA because it has a different background color (light/white) and serves a supportive role to the primary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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, links to the homepage, and the alt text matches the brand 'Routine'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles