# Celigo Brand Identity

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

## Color Palette

Brand palette extracted from https://connective.celigo.com.

| Color      | Hex       | RGB                    |
|------------|-----------|-----------------------|
| primary    | #232333   | rgb(35, 35, 51)       |
| secondary  | #86B0B6   | rgb(134, 176, 182)    |
| accent     | #57577E   | rgb(87, 87, 126)      |
| background | #FFFFFF   | rgb(255, 255, 255)    |
| textPrimary| #57577E   | rgb(87, 87, 126)      |
| link       | #57577E   | rgb(87, 87, 126)      |

## Typography

Each font links to its Google Fonts page where available.

| Role   | Font Family     | Google Fonts                    |
|--------|------------------|----------------------------------|
| primary| Roboto           | [Roboto →](https://fonts.google.com/specimen/Roboto) |
| heading| Roboto           | [Roboto →](https://fonts.google.com/specimen/Roboto) |

## Visual Assets

## UI Components

Live previews rendered using Celigo's actual button styles.

### Input

```json
{
  "background": "transparent",
  "textColor": "#232333",
  "borderColor": null,
  "borderRadius": "4px",
  "shadow": "none"
}
```

## Brand Personality

**Tone:** professional

**Energy:** medium

**Audience:** business professionals

## Frequently Asked Questions

- **What is Celigo's primary brand color?**  Celigo's primary brand color is #232333.

- **What accent color does Celigo use?**  Celigo uses #57577E as an accent color.

- **What font does Celigo use?**  Celigo uses Roboto as the primary typeface.

- **Does Celigo use a light or dark theme?**  Celigo's primary site uses a light color scheme.

- **Where can I find Celigo's logo?**  Celigo's logo is available on their site.

## Methodology

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

## Machine-Readable Profile

Direct endpoints for agents, designers, and tooling:

```json
{
  "colorScheme": "light",
  "fonts": [
    {"family": "Roboto", "role": "body"},
    {"family": "Arial", "role": "body"}
  ],
  "colors": {
    "primary": "#232333",
    "secondary": "#86B0B6",
    "accent": "#57577E",
    "background": "#FFFFFF",
    "textPrimary": "#57577E",
    "link": "#57577E"
  },
  "typography": {
    "fontFamilies": {"primary": "Roboto", "heading": "Roboto"},
    "fontStacks": {
      "heading": ["Roboto", "Arial", "sans-serif"],
      "body": ["Roboto", "Arial", "sans-serif"],
      "paragraph": ["Roboto", "Arial", "sans-serif"]
    },
    "fontSizes": {"h1": "32px", "h2": "32px", "body": "16px"}
  },
  "spacing": {"baseUnit": 8, "borderRadius": "0px"},
  "components": {"input": {"background": "transparent", "textColor": "#232333", "borderColor": null, "borderRadius": "4px", "shadow": "none"}},
  "images": {
    "logo": "https://us1.discourse-cdn.com/flex001/uploads/celigo/original/2X/0/038fff219526e190bb89331ca605a83d0a61cb25.png",
    "favicon": "https://us1.discourse-cdn.com/flex001/uploads/celigo/optimized/2X/5/556d3e14cb6fb5a6a018216b854fd64de57d0dc6_2_32x32.jpeg",
    "ogImage": "https://us1.discourse-cdn.com/flex001/uploads/celigo/original/2X/a/a6adad569ace0434d5bb0db2fb8d9bd917aee95e.png"
  },
  "personality": {"tone": "professional", "energy": "medium", "targetAudience": "business professionals"}
}
```
