# Reclaim Protocol Brand Identity

A complete profile of **Reclaim Protocol**'s visual system — colors, typography, components, and personality — extracted from [https://reclaimprotocol.org](https://reclaimprotocol.org/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://reclaimprotocol.org.

| Color      | Hex      | RGB                |
|------------|----------|--------------------|
| Primary    | #FF6900  | rgb(255, 105, 0)   |
| Secondary  | #1E293B  | rgb(30, 41, 59)    |
| Accent     | #FF6900  | rgb(255, 105, 0)   |
| Background | #020617  | rgb(2, 6, 23)      |
| Text       | #020617  | rgb(2, 6, 23)      |
| Link       | #020617  | rgb(2, 6, 23)      |

## Typography

Each font links to its Google Fonts page where available.

| Role  | Font     |
|-------|----------|
| Body  | Inter    |
| Heading| Inter   |

#### Font Stacks

- Heading: Inter, system-ui, -apple-system, sans-serif
- Body: Inter, system-ui, -apple-system, sans-serif
- Paragraph: Inter, system-ui, -apple-system, sans-serif

## Visual Assets

Favicon  
  
Social Card

## UI Components

Live previews rendered using Reclaim Protocol's actual button styles.

### Input
- Background: transparent  
- Text Color: #1E293B  
- Border Color: null  
- Border Radius: 0px  
- Shadow: none

### Button Primary
- Background: #FF6900  
- Text Color: #FFFFFF  
- Border Radius: 16px  
- Shadow: none

### Button Secondary
- Background: #F1F5F9  
- Text Color: #0000EE  
- Border Color: #0000EE  
- Border Radius: 8px  
- Shadow: none

## Brand Personality

- **Tone:** modern  
- **Energy:** medium  
- **Audience:** tech-savvy individuals interested in cryptographic verification

## Reclaim Protocol Brand in the Wild

Image: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/blog/posts/07.jpg)  
Source: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/posts/honey-pot)

Image: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/blog/posts/09.jpg)  
Source: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/posts?page=7)

Image: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/blog/posts/three-ideas.png)  
Source: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/posts/three-things-id-build)

Image: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/blog/posts/01.jpg)  
Source: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/posts?page=7)

Image: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/blog/posts/21.jpg)  
Source: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/posts/usecase-kyc)

Image: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/blog/posts/30.jpg)  
Source: [blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/posts/chacha-circuit-audit)

## Frequently Asked Questions

- **What is Reclaim Protocol's primary brand color?**  
  Reclaim Protocol's primary brand color is #FF6900. It anchors the visual identity across their website, product UI, and marketing materials.

- **What font does Reclaim Protocol use?**  
  Reclaim Protocol uses Inter as the primary typeface across body and headings.

- **Does Reclaim Protocol use a light or dark theme?**  
  Reclaim Protocol's primary site uses a dark color scheme, with a background of #020617.

- **How was this brand profile generated?**  
  This profile was extracted from https://reclaimprotocol.org 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 Reclaim Protocol.

## Methodology

Brand data on this page was extracted from [https://reclaimprotocol.org](https://reclaimprotocol.org/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 Reclaim Protocol.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FF6900",
    "secondary": "#1E293B",
    "accent": "#FF6900",
    "background": "#020617",
    "textPrimary": "#020617",
    "link": "#020617"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#1E293B",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF6900",
      "textColor": "#FFFFFF",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F1F5F9",
      "textColor": "#0000EE",
      "borderColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.reclaimprotocol.org/icon.png?icon.2661cc71.png",
    "ogImage": "https://reclaimprotocol.org/meta-image-home.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals interested in cryptographic verification"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}
```
