# Juxta Brand Identity

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

## Color Palette

Brand palette extracted from https://juxta.com.

- **Primary**: #EBD8D7 (rgb(235, 216, 215))
- **Secondary**: #111827 (rgb(17, 24, 39))
- **Accent**: #000000 (rgb(0, 0, 0))
- **Background**: #FFFFFF (rgb(255, 255, 255))
- **Text Primary**: #000000 (rgb(0, 0, 0))
- **Link**: #1F2937 (rgb(31, 41, 55))

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: Fustat [Google Fonts →](https://fonts.google.com/specimen/Fustat)
- **Heading**: Fustat [Google Fonts →](https://fonts.google.com/specimen/Fustat)

## Visual Assets

Logo

Favicon

## UI Components

Live previews rendered using Juxta's actual button styles.

### Button Primary
- background: #FFFFFF
- textColor: #111827
- borderColor: #FFFFFF
- borderRadius: 0px
- shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px

### Button Secondary
- background: #000000
- textColor: #FFFFFF
- borderColor: #FFFFFF
- borderRadius: 0px
- shadow: none

## Brand Personality
- **Tone**: modern
- **Energy**: medium
- **Audience**: tech-savvy professionals

## Juxta Brand in the Wild

Image: [juxta.com](https://www.juxta.com/_next/image?url=%2Finternet-free.jpeg&w=3840&q=75)

Image: [juxta.com](https://www.juxta.com/favicon.png)

Image: [juxta.com](https://www.juxta.com/_next/image?url=%2Fl-asset-tracking.png&w=3840&q=75)

Image: [juxta.com](https://www.juxta.com/_next/image?url=%2Fvendor-integration.png&w=3840&q=75)

Image: [juxta.com](https://www.juxta.com/_next/image?url=%2Fstep1.png&w=1200&q=75)

Image: [juxta.com](https://www.juxta.com/_next/image?url=%2Fstep3.png&w=1200&q=75)

## Frequently Asked Questions

- **What is Juxta's primary brand color?** Juxta's primary brand color is #EBD8D7.
- **What accent color does Juxta use?** Juxta uses #000000 as an accent color.
- **What font does Juxta use?** Juxta uses Fustat as the primary typeface.
- **Does Juxta use a light or dark theme?** Juxta's primary site uses a light color scheme, with a background of #FFFFFF.
- **Where can I find Juxta's logo?** Juxta's logo is available directly on their site.
- **How was this brand profile generated?** This profile was extracted from https://juxta.com using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from [https://juxta.com](https://juxta.com/) using the [Firecrawl](https://firecrawl.dev/) branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Fustat",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#EBD8D7",
    "secondary": "#111827",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#1F2937"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Fustat",
      "heading": "Fustat"
    },
    "fontStacks": {
      "heading": [
        "Fustat",
        "sans-serif"
      ],
      "body": [
        "Fustat",
        "sans-serif"
      ],
      "paragraph": [
        "Fustat",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "36px",
      "h2": "30px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#111827",
      "borderColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.juxta.com/_next/image?url=%2Fwhite-mark.png&w=256&q=75",
    "favicon": "https://www.juxta.com/favicon.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Juxta Logo"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  }
}
```
