# Omnea Brand Identity

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

## Color Palette

Brand palette extracted from https://www.omnea.co/.

Primary:  
`#363658`  
Accent:  
`#000000`  
Background:  
`#202032`  
TextPrimary:  
`#202032`  
Link:  
`#202032`

## Typography

Each font links to its Google Fonts page where available.

Primary:  
Source Sans 3 [Google Fonts →](https://fonts.google.com/specimen/Source+Sans+3)

Heading:  
Source Sans 3 [Google Fonts →](https://fonts.google.com/specimen/Source+Sans+3)

Source Sans 3, sans-serif

## Visual Assets

Logo

Favicon

Social Card

## UI Components

Live previews rendered using Omnea's actual button styles.

### Input

| Property       | Value          |
|----------------|----------------|
| Background     | transparent    |
| Text Color     | #000000        |
| Border Color   | null           |
| Border Radius  | 0px            |
| Shadow         | none           |

### Button Primary

| Property       | Value          |
|----------------|----------------|
| Background     | #000000        |
| Text Color     | #FFFFFF        |
| Border Radius  | 32px           |
| Shadow         | none           |

### Button Secondary

| Property       | Value              |
|----------------|--------------------|
| Background     | #FFFFFF            |
| Text Color     | #202032            |
| Border Radius  | 1000px             |
| Shadow         | rgba(0, 0, 0, 0.2) 0px 1px 2px 0px|

## Brand Personality  
**Tone:** professional  
**Energy:** medium  
**Audience:** business professionals

## Omnea Brand in the Wild  
Real-world brand assets — ads, campaigns, and marketing materials.

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf39/69973a9f7fd9aad8eba95ca6_omnea-workflow-example.png)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf39/6881a70453e3d3f02edfc0fd_6786328a2170bcb8bb1d08d9_6786327aa1bc00ed2136fd9d_cfo-series-london-2025-blog-agenda.jpg.jpeg)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf39/68f10c0b8f31c745855aa260_bunq-announcement-thumbnail.png)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf39/69454e24b6e62d82d10c2f54_giulia-blog-thumbnail.jpg)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf39/6881a70453e3d3f02edfc134_brainrocket%20article%20header%20(1200%20x%201200).jpg)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf39/69ce640a55dbd9dbd0e4a672_ai-assisted-engineering-header.jpg)

## Frequently Asked Questions

### What is Omnea's primary brand color?
Omnea's primary brand color is #363658. It anchors the visual identity across their website, product UI, and marketing materials.

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

### What font does Omnea use?
Omnea uses Source Sans 3 as the primary typeface across body and headings.

### Does Omnea use a light or dark theme?
Omnea's primary site uses a dark color scheme, with a background of #202032.

### Where can I find Omnea's logo?
Omnea's logo is available directly on their site (https://www.omnea.co/). The current logo URL is included in the machine-readable JSON profile linked above.

### How was this brand profile generated?
This profile was extracted from https://www.omnea.co/ 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 Omnea.

## Methodology

Brand data on this page was extracted from [https://www.omnea.co/](https://www.omnea.co/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content.

This page is published by **CharacterQuilt** and is not affiliated with or endorsed by Omnea.

## Machine-Readable Profile

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Source Sans 3",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#363658",
    "accent": "#000000",
    "background": "#202032",
    "textPrimary": "#202032",
    "link": "#202032"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Source Sans 3",
      "heading": "Source Sans 3"
    },
    "fontStacks": {
      "heading": [
        "Source Sans 3",
        "sans-serif"
      ],
      "body": [
        "Source Sans 3",
        "sans-serif"
      ],
      "paragraph": [
        "Source Sans 3",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "32px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "32px",
      "borderRadiusCorners": {
        "topLeft": "32px",
        "topRight": "32px",
        "bottomRight": "32px",
        "bottomLeft": "32px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#202032",
      "borderRadius": "1000px",
      "borderRadiusCorners": {
        "topLeft": "1000px",
        "topRight": "1000px",
        "bottomRight": "1000px",
        "bottomLeft": "1000px"
      },
      "shadow": "rgba(0, 0, 0, 0.2) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf2d/68930fcccf86f4bf0492e253_Secondary.svg",
    "favicon": "https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf2d/6881a70453e3d3f02edfc16a_favicon-omnea.png",
    "ogImage": "https://cdn.prod.website-files.com/6881a70453e3d3f02edfbf2d/6893e4052c58ed924da44416_01ec60118bfafc4fed1be7fdf3e7b4d6_Open%20Graph%20Image.jpg"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  }
}
```
