Home · Branding · Things

Things Brand Identity

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

Download JSON
Primary
#CBCFFF
Accent
#3898EC
Body Font
Roobert
Heading
Roobert

Color Palette

Brand palette extracted from https://things.inc/.

primary
#CBCFFF
rgb(203, 207, 255)
secondary
#07002F
rgb(7, 0, 47)
accent
#3898EC
rgb(56, 152, 236)
background
#0F0E16
rgb(15, 14, 22)
textPrimary
#0F0E16
rgb(15, 14, 22)
link
#F177A4
rgb(241, 119, 164)

Typography

Each font links to its Google Fonts page where available.

primary
Roobert
heading
Roobert
Roobert, 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

Things logo
Logo
Things favicon
Favicon
Things social image
Social Card

UI Components

Live previews rendered using Things's actual button styles.

input
background transparent textColor #333333 borderColor null borderRadius 0px shadow none
buttonPrimary
background #3898EC textColor #000000 borderRadius 10.5px shadow none
buttonSecondary
background #CBCFFF textColor #07002F borderRadius 11.9px shadow none

Brand Personality

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

Things Brand in the Wild

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

Frequently Asked Questions

What is Things's primary brand color?

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

What accent color does Things use?

Things uses #3898EC as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Things use?

Things uses Roobert as the primary typeface across body and headings.

Does Things use a light or dark theme?

Things's primary site uses a dark color scheme, with a background of #0F0E16.

Where can I find Things's logo?

Things's logo is available directly on their site (https://things.inc/). 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://things.inc/ 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 Things.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Roobert",
      "role": "body"
    },
    {
      "family": "Roobertmono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#CBCFFF",
    "secondary": "#07002F",
    "accent": "#3898EC",
    "background": "#0F0E16",
    "textPrimary": "#0F0E16",
    "link": "#F177A4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roobert",
      "heading": "Roobert"
    },
    "fontStacks": {
      "heading": [
        "Roobert",
        "sans-serif"
      ],
      "body": [
        "Roobert",
        "sans-serif"
      ],
      "paragraph": [
        "Roobert",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "67.9px",
      "body": "18.2px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#333333",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#3898EC",
      "textColor": "#000000",
      "borderRadius": "10.5px",
      "borderRadiusCorners": {
        "topLeft": "10.5px",
        "topRight": "10.5px",
        "bottomRight": "10.5px",
        "bottomLeft": "10.5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#CBCFFF",
      "textColor": "#07002F",
      "borderRadius": "11.9px",
      "borderRadiusCorners": {
        "topLeft": "11.9px",
        "topRight": "11.9px",
        "bottomRight": "11.9px",
        "bottomLeft": "11.9px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66ea3a5528a044beafcf913e/6705b9208ebb9e666ec8413b_Home-logo_night.png",
    "favicon": "https://cdn.prod.website-files.com/66ea3a5528a044beafcf913e/672be78bd4c953c9be4ac9bc_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/66ea3a5528a044beafcf913e/673414b93c1fd7b39424c945_home.webp",
    "logoAlt": "Things logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #3 because it is visible, has a large size, and matches the brand name 'Things' in the alt text, making it a strong candidate for the main brand logo.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Sign up",
      "reasoning": "Button #0 with text 'Sign up' has a vibrant blue background (#3898EC), which is distinct and action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Learn more about usLearn more about us",
      "reasoning": "Button #1 with text 'Learn more about us' has a different background color (#CBCFFF) and serves as a secondary action, providing additional information."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals"
  },
  "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": 3,
        "selectedLogoReasoning": "Selected #3 because it is visible, has a large size, and matches the brand name 'Things' in the alt text, making it a strong candidate for the main brand logo.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles