# Elucd Brand Identity

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

## Color Palette

Brand palette extracted from http://www.elucd.com.

- **primary**: #009DF1  
- **secondary**: #9AD2F9  
- **accent**: #9AD2F9  
- **background**: #F7F7F7  
- **textPrimary**: #000F19  
- **link**: #000F19

## Typography

Each font links to its Google Fonts page where available.
- **primary**: Jost  
- **heading**: Jost

## Visual Assets

## UI Components

Live previews rendered using Elucd's actual button styles.

**Input**  
- background: transparent  
- textColor: #4A4A4A  
- borderColor: #E4E4E4  
- borderRadius: 2px  
- shadow: rgba(11, 12, 13, 0.15) 0px 0px 5px 0px inset

**Button Primary**  
- background: #9AD2F9  
- textColor: #FFFFFF  
- borderColor: #9AD2F9  
- borderRadius: 8px  
- shadow: none

## Brand Personality

- **Tone**: professional  
- **Energy**: medium  
- **Audience**: businesses and organizations seeking community insights

## Elucd Brand in the Wild

Image: [elucd.com](https://elucd.com/wp-content/uploads/2025/08/lyp09.png)

Image: [elucd.com](https://elucd.com/wp-content/uploads/2025/08/bg.jpg)

Image: [elucd.com](https://elucd.com/wp-content/uploads/2025/08/bg-1.jpg)

Image: [elucd.com](https://elucd.com/wp-content/uploads/2025/08/bg-4.jpg)

Image: [elucd.com](https://elucd.com/wp-content/uploads/2025/08/bg-3-uai-1000x500.jpg)

Image: [elucd.com](https://elucd.com/wp-content/uploads/2025/08/logo-w.png)

## Frequently Asked Questions

1. **What is Elucd's primary brand color?**  
   Elucd's primary brand color is #009DF1. It anchors the visual identity across their website, product UI, and marketing materials.

2. **What accent color does Elucd use?**  
   Elucd uses #9AD2F9 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

3. **What font does Elucd use?**  
   Elucd uses Jost as the primary typeface across body and headings.

4. **Does Elucd use a light or dark theme?**  
   Elucd's primary site uses a light color scheme, with a background of #F7F7F7.

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

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Jost",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#009DF1",
    "secondary": "#9AD2F9",
    "accent": "#9AD2F9",
    "background": "#F7F7F7",
    "textPrimary": "#000F19",
    "link": "#000F19"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Jost",
      "heading": "Jost"
    },
    "fontStacks": {
      "heading": [
        "Jost"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#4A4A4A",
      "borderColor": "#E4E4E4",
      "borderRadius": "2px",
      "shadow": "rgba(11, 12, 13, 0.15) 0px 0px 5px 0px inset"
    },
    "buttonPrimary": {
      "background": "#9AD2F9",
      "textColor": "#FFFFFF",
      "borderColor": "#9AD2F9",
      "borderRadius": "8px",
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://elucd.com/wp-content/uploads/2025/08/cropped-fav-32x32.png"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and organizations seeking community insights"
  }
}
```

## Methodology

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