# Abel Brand Identity

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

## Color Palette

Brand palette extracted from https://www.tryabel.com.

- **primary**: #0D6EFD
  - rgb(13, 110, 253)
- **secondary**: #198754
  - rgb(25, 135, 84)
- **accent**: #6C757D
  - rgb(108, 117, 125)
- **background**: #FFFFFF
  - rgb(255, 255, 255)
- **textPrimary**: #000000
  - rgb(0, 0, 0)
- **link**: #6C757D
  - rgb(108, 117, 125)

## Typography

Each font links to its Google Fonts page where available.

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

System UI: `system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Noto Color Emoji`

## Visual Assets

Favicon

Social Card

## Brand Personality

- **Tone:** modern
- **Energy:** medium
- **Audience:** unknown

## Abel Brand in the Wild

1.   
   Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/6405933e2a4d343e88491b43/6429c420b12aa75429eb3dd8_Work%20Single.png)  
   Source: [destfolio-abel.webflow.io](https://destfolio-abel.webflow.io/)
2.   
   Image: [resizing.flixster.com](https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p8478792_p_v8_aa.jpg)  
   Source: [rottentomatoes.com](https://www.rottentomatoes.com/m/abel)
3.   
   Image: [image.isu.pub](https://image.isu.pub/250110204750-340547a1b0148b3cb345d7bd4ae10374/jpg/page_1_social_preview.jpg)  
   Source: [issuu.com](https://issuu.com/nationalcollegetrack/docs/ct_2024_annualreport_fullbook_digital-update-pages)
4.   
   Image: [i.pinimg.com](https://i.pinimg.com/736x/04/00/18/040018f9600b79a6ca8ea29e4750487c.jpg)  
   Source: [in.pinterest.com](https://in.pinterest.com/pin/mc-saatchi-abel-landing-page-design-inspiration-lapa-ninja--132011832822425929/)
5.   
   Image: [i.ytimg.com](https://i.ytimg.com/vi/zLmuLb8YMtc/hq720.jpg?sqp=-oaymwE7CK4FEIIDSFryq4qpAy0IARUAAAAAGAElAADIQj0AgKJD8AEB-AH-DoACuAiKAgwIABABGHIgZygtMA8=&rs=AOn4CLAJkAiRqRTI6QzL78vk2agleRM-hA)  
   Source: [youtube.com](https://www.youtube.com/watch?v=zLmuLb8YMtc)

## Frequently Asked Questions

- **What is Abel's primary brand color?**  
  Abel's primary brand color is #0D6EFD. It anchors the visual identity across their website, product UI, and marketing materials.
- **What accent color does Abel use?**  
  Abel uses #6C757D as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
- **What font does Abel use?**  
  Abel uses Segoe UI as the primary typeface across body and headings.
- **Does Abel use a light or dark theme?**  
  Abel's primary site uses a light color scheme, with a background of #FFFFFF.
- **How was this brand profile generated?**  
  This profile was extracted from https://www.tryabel.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 Abel.

## Methodology

Brand data on this page was extracted from [https://www.tryabel.com](https://www.tryabel.com/) 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 Abel.

## Machine-Readable Profile

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

### JSON Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Noto Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0D6EFD",
    "secondary": "#198754",
    "accent": "#6C757D",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#6C757D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Segoe UI",
      "heading": "Segoe UI"
    },
    "fontStacks": {
      "heading": [
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "Liberation Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "body": [
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "Liberation Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "Liberation Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "40px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {},
  "images": {
    "favicon": "https://easy-links.s3.us-west-2.amazonaws.com/avatars/porkbun-logo-600x600.png",
    "ogImage": "https://easy-links.s3.us-west-2.amazonaws.com/avatars/porkbun-logo-600x600.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  }
}
```
