# UpBanx Brand Identity

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

## Color Palette

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

- **primary**: #399FCF (rgb(57, 159, 207))
- **secondary**: #1A305B (rgb(26, 48, 91))
- **accent**: #0F69E1 (rgb(15, 105, 225))
- **background**: #FFFFFF (rgb(255, 255, 255))
- **textPrimary**: #101820 (rgb(16, 24, 32))
- **link**: #101820 (rgb(16, 24, 32))

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Manrope ([Google Fonts →](https://fonts.google.com/specimen/Manrope))
- **heading**: Manrope ([Google Fonts →](https://fonts.google.com/specimen/Manrope))

## Visual Assets

Favicon

Social Card

## UI Components

Live previews rendered using UpBanx's actual button styles.

### Input

- **background**: #FFFFFF
- **textColor**: #6B7280
- **borderColor**: #DDDFE2
- **borderRadius**: 4px
- **shadow**: none

### Button Primary

- **background**: #0F69E1
- **textColor**: #FBFBFB
- **borderRadius**: 4px
- **shadow**: none

### Button Secondary

- **background**: #101820
- **textColor**: #0F69E1
- **borderColor**: #0F69E1
- **borderRadius**: 4px
- **shadow**: none

## Brand Personality

- **Tone**: modern
- **Energy**: high
- **Audience**: creators and brands

## UpBanx Brand in the Wild

Image: [upcms-assets-production-southeast-3.s3.ap-southeast-3.amazonaws.com](https://upcms-assets-production-southeast-3.s3.ap-southeast-3.amazonaws.com/Up_Thinx_Blogpost_Thumbnails_8646d6d551.jpg)

## Frequently Asked Questions

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

- **What accent color does UpBanx use?** 
UpBanx uses #0F69E1 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

- **What font does UpBanx use?** 
UpBanx uses Manrope as the primary typeface across body and headings.

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

- **How was this brand profile generated?** 
This profile was extracted from http://UpBanx.com 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 UpBanx.

## Machine-Readable Profile

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

### JSON Output
```
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#399FCF",
    "secondary": "#1A305B",
    "accent": "#0F69E1",
    "background": "#FFFFFF",
    "textPrimary": "#101820",
    "link": "#101820"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "sans-serif"
      ],
      "body": [
        "Manrope",
        "sans-serif"
      ],
      "paragraph": [
        "Manrope",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "60px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#6B7280",
      "borderColor": "#DDDFE2",
      "borderRadius": "4px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0F69E1",
      "textColor": "#FBFBFB",
      "borderRadius": "4px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#101820",
      "textColor": "#0F69E1",
      "borderColor": "#0F69E1",
      "borderRadius": "4px",
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://upbanx.com/favicon.ico",
    "ogImage": "/thumbnail.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "creators and brands"
  }
}
```
