# Boardcave Brand Identity

A complete profile of **Boardcave**'s visual system — colors, typography, components, and personality — extracted from http://www.boardcave.com. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/boardcave
- Machine-readable JSON: https://characterquilt.com/branding/boardcave.json
- Per-page llms.txt: https://characterquilt.com/branding/boardcave/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #FFC54C |
| Accent | #F6A800 |
| Body Font | Roboto |
| Heading Font | Roboto |

## Color Palette

- primary: #FFC54C
- secondary: #3897F0
- accent: #F6A800
- background: #FFFFFF
- textPrimary: #000000
- link: #F6A800

## Typography

- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto

## Visual Assets

- Logo: https://content.boardcave.com.au/host/boardcave-us/path/media/theme/102/cache/1/e4d92e6aceaad517e7b5c12e0dc06587/frontend/skin/images/Nav-logo.png
- Favicon: https://www.boardcave.com/media/theme//fin.png
- Social card (og:image): https://www.boardcave.com/media/wysiwyg/boardcave-og-image.png

## UI Components

- input: background=transparent, textColor=#333333, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=2px, shadow=rgb(255, 255, 255) 0px 0px 0px 2px inset

## Brand Personality

Tone: playful · Energy: medium · Audience: surfing enthusiasts

## Boardcave Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **Athlete - FCS - Fin Brands - Surfboard Fins - Surf Accessories - Shop |  Boardcave USA**
  - Image: https://content.cavewire.com/host/boardcave-us/path/media/catalog/product/m/f/mf-pg-pro-front_back_1.webp
  - Source: https://www.boardcave.com/shop/surf-accessories/surfboard-fins/fin-brands/fcs/athlete?srsltid=AfmBOorH-bQJNaZA5cYM76iOALBT-neDji4HZSu7U_lHRLkyIIumusQt
- **Wetsuit Lined Boardshorts Mens Drifties - Deep Sea Navy**
  - Image: https://content.boardcave.com.au/host/boardcave-us/path/media/catalog/product/cache/1/image/1200x1500/e4d92e6aceaad517e7b5c12e0dc06587/w/e/wetsuit-lined-boardshorts_product-photos_deep-sea-navy_1_11.jpg
  - Source: https://www.boardcave.com/wetsuit-lined-boardshorts-deep-sea-navy-mens-drifties?srsltid=AfmBOoosn2DszpzrglyIPCV5SCHpbATmBGzv-s_VRN8eX4bfI9AqMEqA
- **Blak Box III**
  - Image: https://i.vimeocdn.com/video/723625115-79b5f28baf4097453a2d94e5727033f6201ff0c9331b7bd0099a0120279a1a21-d?f=webp
  - Source: https://www.boardcave.com/blak-box-3-squash-tail-hyfi?srsltid=AfmBOopwUWqF3z3UHE7LGc4o4znrfDtWzWXB-P_9o10jucC-xlZ7HOCN
- **Wetsuit Lined Boardshorts Mens Drifties - Stone Gray**
  - Image: https://content.boardcave.com.au/host/boardcave-us/path/media/catalog/product/cache/1/image/1200x1500/e4d92e6aceaad517e7b5c12e0dc06587/w/e/web_product-photos_stone-gray_1_11.jpg
  - Source: https://www.boardcave.com/wetsuit-lined-boardshorts-stone-gray-mens-drifties-6e?srsltid=AfmBOopgXWyFFW5oBSLeWfG2dnYmuUaN9itM8EoqpnZ7k8dtvbKuvVAR
- **Wetsuit Lined Boardshorts Thunderstorm Blue Mens Drifties**
  - Image: https://content.boardcave.com.au/host/boardcave-us/path/media/catalog/product/cache/1/image/1200x1500/e4d92e6aceaad517e7b5c12e0dc06587/w/e/web_product-photos_thunderstorm-blue_6.jpg
  - Source: https://www.boardcave.com/wetsuit-lined-boardshorts-thunderstorm-blue-mens-drifties?srsltid=AfmBOoprvZ15u8WVugbDFWqcJDnVA5zGSJV955T-lhw-MaDAN-kFaZcx
- **SURF TOOLS & ACCESSORIES FOR SALE - Free Shipping & Best Price Guarantees |  Boardcave USA**
  - Image: https://content.cavewire.com/host/boardcave-us/path/media/catalog/product/s/u/summer_vibes_change_bag_mat.webp
  - Source: https://www.boardcave.com/shop/surf-accessories/tools-accessories?srsltid=AfmBOorarVSbETlmnViXI60VkctOJYCKmK-64rRBmp6x99s-eu5VqRWe

## Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts. CharacterQuilt.com suggests this flow that can help.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#FFC54C",
    "secondary": "#3897F0",
    "accent": "#F6A800",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#F6A800"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "Roboto",
        "-apple-system",
        "Arial"
      ],
      "body": [
        "Roboto",
        "-apple-system",
        "Arial"
      ],
      "paragraph": [
        "Roboto",
        "-apple-system",
        "Arial"
      ]
    },
    "fontSizes": {
      "h1": "15px",
      "h2": "30px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#333333",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 2px inset"
    }
  },
  "images": {
    "logo": "https://content.boardcave.com.au/host/boardcave-us/path/media/theme/102/cache/1/e4d92e6aceaad517e7b5c12e0dc06587/frontend/skin/images/Nav-logo.png",
    "favicon": "https://www.boardcave.com/media/theme//fin.png",
    "ogImage": "https://www.boardcave.com/media/wysiwyg/boardcave-og-image.png",
    "logoHref": "https://www.boardcave.com/",
    "logoAlt": "Boardcave"
  }
}
