Home · Branding · Rinse

Rinse Brand Identity

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

Download JSON
Primary
#2278E6
Accent
#2278E6
Body Font
Inter
Heading
Montserrat

Color Palette

Brand palette extracted from http://www.rinse.dental.

primary
#2278E6
rgb(34, 120, 230)
secondary
#EDF4FD
rgb(237, 244, 253)
accent
#2278E6
rgb(34, 120, 230)
background
#F2F5F9
rgb(242, 245, 249)
textPrimary
#153260
rgb(21, 50, 96)
link
#153260
rgb(21, 50, 96)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Montserrat
Montserrat, 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

Rinse logo
Logo
Rinse favicon
Favicon
Rinse social image
Social Card

UI Components

Live previews rendered using Rinse's actual button styles.

buttonPrimary
background #EDF4FD textColor #2278E6 borderColor #2278E6 borderRadius 0px shadow rgb(34, 120, 230) 0px 1px 5px 0px
buttonSecondary
background #F2F5F9 textColor #333333 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: urban professionals in San Francisco

Rinse Brand in the Wild

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

Frequently Asked Questions

What is Rinse's primary brand color?

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

What font does Rinse use?

Rinse uses Inter for body text and Montserrat for headings. Fonts were detected on http://www.rinse.dental as part of their live design system.

Does Rinse use a light or dark theme?

Rinse's primary site uses a light color scheme, with a background of #F2F5F9.

Where can I find Rinse's logo?

Rinse's logo is available directly on their site (http://www.rinse.dental). 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.rinse.dental 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 Rinse.

Methodology

Brand data on this page was extracted from http://www.rinse.dental 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 Rinse.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#2278E6",
    "secondary": "#EDF4FD",
    "accent": "#2278E6",
    "background": "#F2F5F9",
    "textPrimary": "#153260",
    "link": "#153260"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Montserrat",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#EDF4FD",
      "textColor": "#2278E6",
      "borderColor": "#2278E6",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgb(34, 120, 230) 0px 1px 5px 0px"
    },
    "buttonSecondary": {
      "background": "#F2F5F9",
      "textColor": "#333333",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/633609e715ed887bcdf404fa/63360b409c570c100e584c37_Logo%20(2).svg",
    "favicon": "https://cdn.prod.website-files.com/633609e715ed887bcdf404fa/63361e6816e08d0195ea6406_rinse-32.png",
    "ogImage": "https://cdn.prod.website-files.com/633609e715ed887bcdf404fa/63376ede32bebf3e76e2b81a_rinse-image-og.jpg",
    "logoHref": "/",
    "logoAlt": "Rinse"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Rinse'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a VisitNext: Tomorrow · 1:30 PM",
      "reasoning": "Button #1 has a more vibrant text color (#2278E6) and a border that stands out, making it more visually prominent as a call-to-action."
    },
    "secondary": {
      "index": 0,
      "text": "Book a VisitNext: Tomorrow · 1:30 PM",
      "reasoning": "Button #0 has a more muted background color (#F2F5F9) and text color (#333333), making it less prominent than Button #1."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "urban professionals in San Francisco"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Rinse'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles