# Rabbet Brand Identity

A complete profile of **Rabbet**'s visual system — colors, typography, components, and personality — extracted from [http://rabbet.com](http://rabbet.com/). Built for designers, agents, and AI tools.

## Color Palette

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

- **Primary**: #4753A4  
  rgb(71, 83, 164)
- **Secondary**: #FDB952  
  rgb(253, 185, 82)
- **Accent**: #FDB952  
  rgb(253, 185, 82)
- **Background**: #FFFFFF  
  rgb(255, 255, 255)
- **Text Primary**: #001F40  
  rgb(0, 31, 64)
- **Link**: #001F40  
  rgb(0, 31, 64)

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: IBM Plex Sans [Google Fonts →](https://fonts.google.com/specimen/IBM+Plex+Sans)
- **Heading**: IBM Plex Sans [Google Fonts →](https://fonts.google.com/specimen/IBM+Plex+Sans)  
  Host Grotesk, Arial, sans-serif

## Visual Assets

## UI Components

Live previews rendered using Rabbet's actual button styles.

- **Input**:  
  Background: #FFFFFF  
  Text Color: #FFFFFF  
  Border Color: #FFFFFF  
  Border Radius: 11.25px  
  Shadow: none

- **Button Primary**:  
  Background: #FDB952  
  Text Color: #001F40  
  Border Radius: 180px  
  Shadow: rgba(253, 185, 82, 0) 0px 0px 15px 0px

- **Button Secondary**:  
  Background: #4753A4  
  Text Color: #FFFFFF  
  Border Radius: 180px  
  Shadow: rgba(71, 83, 164, 0) 0px 0px 15px 0px

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: real estate developers and lenders

## Frequently Asked Questions

- **What is Rabbet's primary brand color?**  
  Rabbet's primary brand color is #4753A4.

- **What accent color does Rabbet use?**  
  Rabbet uses #FDB952 as an accent color.

- **What font does Rabbet use?**  
  Rabbet uses IBM Plex Sans as the primary typeface.

- **Does Rabbet use a light or dark theme?**  
  Rabbet's primary site uses a light color scheme.

- **Where can I find Rabbet's logo?**  
  Rabbet's logo is available directly on their site (http://rabbet.com).

- **How was this brand profile generated?**  
  This profile was extracted from http://rabbet.com using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from [http://rabbet.com](http://rabbet.com/) on 2026-07-27.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "IBM Plex Sans",
      "role": "body"
    },
    {
      "family": "Verdana",
      "role": "body"
    },
    {
      "family": "Host Grotesk",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4753A4",
    "secondary": "#FDB952",
    "accent": "#FDB952",
    "background": "#FFFFFF",
    "textPrimary": "#001F40",
    "link": "#001F40"
  },
  "typography": {
    "fontFamilies": {
      "primary": "IBM Plex Sans",
      "heading": "IBM Plex Sans"
    },
    "fontStacks": {
      "heading": [
        "Host Grotesk",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "IBM Plex Sans",
        "Verdana",
        "sans-serif"
      ],
      "paragraph": [
        "IBM Plex Sans",
        "Verdana",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "45px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "18px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "11.25px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FDB952",
      "textColor": "#001F40",
      "borderRadius": "180px",
      "shadow": "rgba(253, 185, 82, 0) 0px 0px 15px 0px"
    },
    "buttonSecondary": {
      "background": "#4753A4",
      "textColor": "#FFFFFF",
      "borderRadius": "180px",
      "shadow": "rgba(71, 83, 164, 0) 0px 0px 15px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/679a24d3cdfe55aba47fdde7/679a61510fbf2b5aa086309b_Logo.svg",
    "favicon": "https://cdn.prod.website-files.com/679a24d3cdfe55aba47fdde7/679a2579d42f979d87c5df94_Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/679a24d3cdfe55aba47fdde7/679a25ec2a99f4b7f45aefe4_Open%20Graph.png"
  }
}
```
