Home · Branding · Reworkd

Reworkd Brand Identity

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

Download JSON
Primary
#A6B4BA
Accent
#2C65D3
Body Font
Suisse Intl
Heading
Suisse Intl

Color Palette

Brand palette extracted from https://reworkd.ai.

primary
#A6B4BA
rgb(166, 180, 186)
secondary
#526068
rgb(82, 96, 104)
accent
#2C65D3
rgb(44, 101, 211)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#272C30
rgb(39, 44, 48)
link
#60737A
rgb(96, 115, 122)

Typography

Each font links to its Google Fonts page where available.

primary
Suisse Intl
Suisse Intl Google Fonts →
heading
Suisse Intl
Suisse Intl Google Fonts →
__selecta_a4b3da, __selecta_Fallback_a4b3da
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

Reworkd logo
Logo
Reworkd favicon
Favicon
Reworkd social image
Social Card

UI Components

Live previews rendered using Reworkd's actual button styles.

buttonPrimary
background transparent textColor #272C30 borderColor #2C65D3 borderRadius 6px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(26, 41, 61, 0.15) 0px 1px 3px 0px, rgba(26, 41, 61, 0.18) 0px 7px 12px -5px, rgba(255, 255, 255, 0.2) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0.42) 0px 6px 12px -8px, rgba(39, 44, 48, 0.2) 0px 1px 3px 0px
buttonSecondary
background #FFFFFF textColor #272C30 borderRadius 6px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset, rgba(26, 41, 61, 0.15) 0px 1px 3px 0px, rgba(26, 41, 61, 0.11) 0px 7px 11px -5px, rgba(26, 41, 61, 0.08) 0px 0px 0px 1px

Brand Personality

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

Reworkd Brand in the Wild

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

Frequently Asked Questions

What is Reworkd's primary brand color?

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

What accent color does Reworkd use?

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

What font does Reworkd use?

Reworkd uses Suisse Intl as the primary typeface across body and headings.

Does Reworkd use a light or dark theme?

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

Where can I find Reworkd's logo?

Reworkd's logo is available directly on their site (https://reworkd.ai). 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://reworkd.ai 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 Reworkd.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Suisse Intl",
      "role": "body"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#A6B4BA",
    "secondary": "#526068",
    "accent": "#2C65D3",
    "background": "#FFFFFF",
    "textPrimary": "#272C30",
    "link": "#60737A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse Intl",
      "heading": "Suisse Intl"
    },
    "fontStacks": {
      "heading": [
        "__selecta_a4b3da",
        "__selecta_Fallback_a4b3da"
      ],
      "body": [
        "__suisseIntl_a23918",
        "__suisseIntl_Fallback_a23918"
      ],
      "paragraph": [
        "__suisseIntl_a23918",
        "__suisseIntl_Fallback_a23918"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "12px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "transparent",
      "textColor": "#272C30",
      "borderColor": "#2C65D3",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(26, 41, 61, 0.15) 0px 1px 3px 0px, rgba(26, 41, 61, 0.18) 0px 7px 12px -5px, rgba(255, 255, 255, 0.2) 0px 1px 1px 0px inset, rgba(0, 0, 0, 0.42) 0px 6px 12px -8px, rgba(39, 44, 48, 0.2) 0px 1px 3px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#272C30",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset, rgba(26, 41, 61, 0.15) 0px 1px 3px 0px, rgba(26, 41, 61, 0.11) 0px 7px 11px -5px, rgba(26, 41, 61, 0.08) 0px 0px 0px 1px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill%3D%22%23272C30%22%20d%3D%22M6.83%208a2.995%202.995%200%200%200%200-2H17a6%206%200%200%201%200%2012h-1.17a2.997%202.997%200%200%200%200-2H17a4%204%200%200%200%200-8H6.83Z%22%20style%3D%22fill%3A%20rgb(39%2C%2044%2C%2048)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22%23272C30%22%20d%3D%22M13%2020a3%203%200%201%200%200-6%203%203%200%200%200%200%206ZM4%2010a3%203%200%201%200%200-6%203%203%200%200%200%200%206Z%22%20style%3D%22fill%3A%20rgb(39%2C%2044%2C%2048)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.reworkd.ai/favicon.svg",
    "ogImage": "https://reworkd.ai/banner.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'Reworkd'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book an intro call",
      "reasoning": "Button #0 ('Book an intro call') is the primary CTA due to its distinct border color (#2C65D3) and action-oriented text, making it stand out despite the transparent background."
    },
    "secondary": {
      "index": 1,
      "text": "Sign Up",
      "reasoning": "Button #1 ('Sign Up') is secondary as it has a white background, making it less prominent than the primary button, but still important for user engagement."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'Reworkd'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles