# Phonely Brand Identity

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

## Color Palette

Brand palette extracted from https://phonely.ai.

**primary**  
#3898EC  
**secondary**  
#F1DED1  
**accent**  
#27272A  
**background**  
#FAFAFA  
**textPrimary**  
#000000  
**link**  
#B42318

## Typography

Each font links to its Google Fonts page where available.

**primary**  
Arial  
**heading**  
Arial  
Geist, Arial, sans-serif

## Visual Assets

Logo

Favicon

## UI Components

Live previews rendered using Phonely's actual button styles.

**Button Primary**  
- background: #27272A  
- textColor: #FFFFFF  
- borderRadius: 6px  
- shadow: rgb(24, 24, 27) 0px 0px 0px 1px, rgba(0, 0, 0, 0.4) 0px 1px 2px 0px, rgba(255, 255, 255, 0.2) 0px 0.75px 0px 0px

**Button Secondary**  
- background: #FEFEFE  
- textColor: #1A1A1A  
- borderColor: #FFFFFF  
- borderRadius: 999px  
- shadow: rgba(0, 0, 0, 0.06) 0px 2px 12px 0px

## Brand Personality

**Tone:** modern  
**Energy:** medium  
**Audience:** businesses looking for AI solutions

## Phonely Brand in the Wild

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/699e1a72f2c8572d87d4f4da/69df33989c405df062b7dabd_DSC00160%20(1).jpg)

Source: [phonely.ai](https://www.phonely.ai/product)

Image: [mintcdn.com](https://mintcdn.com/phonely/G0ZRZQ-4e8RmTPaJ/images/IMG_8332.jpg?fit=max&auto=format&n=G0ZRZQ-4e8RmTPaJ&q=85&s=9d8dc5873f91641b5f0e790341201a3b)

Source: [docs.phonely.ai](https://docs.phonely.ai/get-started/introduction)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/699e0d6ca1d7b56938b5753c/69b9b3c6c16aff24cc83b6bd_Answering%201%20billion%20calls%20by%202027.webp)

Source: [phonely.ai](https://www.phonely.ai/blogs)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/699e1a72f2c8572d87d4f4da/699f120ef5409f5db700e393_DOm0YoR5GnOVxYYDmUg4Dv0lE.png)

Source: [phonely.ai](https://www.phonely.ai/features/knowledge-base)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/699e1a72f2c8572d87d4f4da/699f073cae457ae3eed0053b_30EwQFIqnEjevujIlL6v8MC3ob4.png)

Source: [phonely.ai](https://www.phonely.ai/blogs)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/699e1a72f2c8572d87d4f4da/699f120df5409f5db700e369_y2r3RYFCutlrCfjPyGaYEk6fJjY.png)

Source: [phonely.ai](https://www.phonely.ai/features/knowledge-base)

## Frequently Asked Questions

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

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

**What font does Phonely use?**  
Phonely uses Arial as the primary typeface across body and headings.

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

**Where can I find Phonely's logo?**  
Phonely's logo is available directly on their site (https://phonely.ai). 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://phonely.ai 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 Phonely.

## Methodology

Brand data on this page was extracted from [https://phonely.ai](https://phonely.ai/) 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 Phonely.

## Machine-Readable Profile

### JSON Data Example
```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3898EC",
    "secondary": "#F1DED1",
    "accent": "#27272A",
    "background": "#FAFAFA",
    "textPrimary": "#000000",
    "link": "#B42318"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Arial"
    },
    "fontStacks": {
      "heading": [
        "Geist",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Geist",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "58px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#27272A",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgb(24, 24, 27) 0px 0px 0px 1px, rgba(0, 0, 0, 0.4) 0px 1px 2px 0px, rgba(255, 255, 255, 0.2) 0px 0.75px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#FEFEFE",
      "textColor": "#1A1A1A",
      "borderColor": "#FFFFFF",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "rgba(0, 0, 0, 0.06) 0px 2px 12px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/699e0d6ca1d7b56938b5753c/69a078fd023d6889a8271de6_Logo.svg",
    "favicon": "https://cdn.prod.website-files.com/699e0d6ca1d7b56938b5753c/69c6f27471fbeb64276e35bd_favicon-dark-32.png",
    "ogImage": null
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "businesses looking for AI solutions"
  }
}
```
