# BookSolid Brand Identity

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

## Color Palette

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

- primary: #4E73B7 (rgb(78, 115, 183))
- secondary: #0166FE (rgb(1, 102, 254))
- accent: #2AA527 (rgb(42, 165, 39))
- background: #FFFFFF (rgb(255, 255, 255))
- textPrimary: #2AA527 (rgb(42, 165, 39))
- link: #2AA527 (rgb(42, 165, 39))

## Typography

Each font links to its Google Fonts page where available.

- primary: Noto Sans [Google Fonts →](https://fonts.google.com/specimen/Noto+Sans)
- heading: Noto Sans [Google Fonts →](https://fonts.google.com/specimen/Noto+Sans)
- Font Stack for heading: noto-sans, sans-serif
- Font Stack for body: Noto Sans, sans-serif

## Visual Assets

Logo

Social Card

## UI Components

Live previews rendered using BookSolid's actual button styles.

- **Input**:  
  background: #FFFFFF  
  textColor: #000000  
  borderColor: #2C4B79  
  borderRadius: 0px  
  shadow: none

- **Button Primary**:  
  background: #2AA527  
  textColor: #FFFFFF  
  borderRadius: 0px  
  shadow: none

- **Button Secondary**:  
  background: #FFFFFF  
  textColor: #2AA527  
  borderColor: #2AA527  
  borderRadius: 2px  
  shadow: none

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: businesses looking to purchase domains

## Frequently Asked Questions

**What is BookSolid's primary brand color?**  
BookSolid's primary brand color is #4E73B7.

**What accent color does BookSolid use?**  
BookSolid uses #2AA527 as an accent color.

**What font does BookSolid use?**  
BookSolid uses Noto Sans.

**Does BookSolid use a light or dark theme?**  
BookSolid uses a light color scheme, with a background of #FFFFFF.

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

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

## Methodology

Brand data on this page was extracted from [http://booksolid.com](http://booksolid.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Noto Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4E73B7",
    "secondary": "#0166FE",
    "accent": "#2AA527",
    "background": "#FFFFFF",
    "textPrimary": "#2AA527",
    "link": "#2AA527"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Noto Sans",
      "heading": "Noto Sans"
    },
    "fontStacks": {
      "heading": [
        "noto-sans",
        "sans-serif"
      ],
      "body": [
        "Noto Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Noto Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "24px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#2C4B79",
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#2AA527",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#2AA527",
      "borderColor": "#2AA527",
      "borderRadius": "2px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://static.hugedomains.com/images/hdv3-img/hd-header-logo-v3.svg",
    "ogImage": "https://static.hugedomains.com/images/hdv3-img/og_hugedomains.png",
    "logoAlt": "logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking to purchase domains"
  }
}
```
