Home · Branding · RethinkDB

RethinkDB Brand Identity

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

Download JSON
Primary
#3A6572
Accent
#BE465C
Body Font
Freight Sans Pro
Heading
FreightSans

Color Palette

Brand palette extracted from http://rethinkdb.com.

primary
#3A6572
rgb(58, 101, 114)
secondary
#214753
rgb(33, 71, 83)
accent
#BE465C
rgb(190, 70, 92)
background
#FBFBF9
rgb(251, 251, 249)
textPrimary
#12282F
rgb(18, 40, 47)
link
#12282F
rgb(18, 40, 47)

Typography

Each font links to its Google Fonts page where available.

primary
Freight Sans Pro
Freight Sans Pro Google Fonts →
heading
FreightSans
FreightSans Google Fonts →
freight-sans-pro-n6, freight-sans-pro, FreightSans
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

RethinkDB logo
Logo
RethinkDB favicon
Favicon

UI Components

Live previews rendered using RethinkDB's actual button styles.

buttonPrimary
background #BE465C textColor #FFFFFF borderColor #AE3D52 borderRadius 3px shadow none
buttonSecondary
background #FBFBF9 textColor #214753 borderColor #214753 borderRadius 3px shadow none

Brand Personality

Tone: professional Energy: medium Audience: developers and tech companies

RethinkDB Brand in the Wild

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

Frequently Asked Questions

What is RethinkDB's primary brand color?

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

What accent color does RethinkDB use?

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

What font does RethinkDB use?

RethinkDB uses Freight Sans Pro for body text and FreightSans for headings. Fonts were detected on http://rethinkdb.com as part of their live design system.

Does RethinkDB use a light or dark theme?

RethinkDB's primary site uses a light color scheme, with a background of #FBFBF9.

Where can I find RethinkDB's logo?

RethinkDB's logo is available directly on their site (http://rethinkdb.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://rethinkdb.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 RethinkDB.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Freight Sans Pro",
      "role": "body"
    },
    {
      "family": "FreightSans",
      "role": "heading"
    },
    {
      "family": "Inconsolata",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#3A6572",
    "secondary": "#214753",
    "accent": "#BE465C",
    "background": "#FBFBF9",
    "textPrimary": "#12282F",
    "link": "#12282F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Freight Sans Pro",
      "heading": "FreightSans"
    },
    "fontStacks": {
      "heading": [
        "freight-sans-pro-n6",
        "freight-sans-pro",
        "FreightSans"
      ],
      "body": [
        "freight-sans-pro",
        "FreightSans"
      ],
      "paragraph": [
        "freight-sans-pro-n5",
        "freight-sans-pro",
        "FreightSans"
      ]
    },
    "fontSizes": {
      "h1": "46px",
      "h2": "20px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#BE465C",
      "textColor": "#FFFFFF",
      "borderColor": "#AE3D52",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FBFBF9",
      "textColor": "#214753",
      "borderColor": "#214753",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://rethinkdb.com/assets/images/logo.png",
    "favicon": "https://rethinkdb.com/favicon.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 14,
    "reasoning": "Selected #14 because it is visible, located in the header, links to the homepage, and matches the brand name 'RethinkDB'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Install RethinkDB →",
      "reasoning": "Button #0 has a vibrant red/orange background (#BE465C) and action-oriented text 'Install RethinkDB →', making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Learn more go",
      "reasoning": "Button #2 has a light background (#FBFBF9) with a border, making it a suitable secondary button with different color and less prominence."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "developers and tech companies"
  },
  "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": 14,
        "selectedLogoReasoning": "Selected #14 because it is visible, located in the header, links to the homepage, and matches the brand name 'RethinkDB'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles