Home · Branding · Planned

Planned Brand Identity

A complete profile of Planned's visual system — colors, typography, components, and personality — extracted from https://planned.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#1F8FFF
Accent
#F04646
Body Font
Aeonik
Heading
Aeonik

Color Palette

Brand palette extracted from https://planned.com/.

primary
#1F8FFF
rgb(31, 143, 255)
secondary
#9CA3AF
rgb(156, 163, 175)
accent
#F04646
rgb(240, 70, 70)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#131313
rgb(19, 19, 19)
link
#F04646
rgb(240, 70, 70)

Typography

Each font links to its Google Fonts page where available.

primary
Aeonik
heading
Aeonik
Aeonik, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Planned logo
Logo
Planned favicon
Favicon
Planned social image
Social Card

UI Components

Live previews rendered using Planned's actual button styles.

input
background #FFFFFF textColor #FFFFFF borderColor null borderRadius 8px shadow none
buttonPrimary
background #0A1013 textColor #FFFFFF borderRadius 6px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 57, 128, 0.08) 0px 1px 12px -8px, rgba(10, 57, 128, 0.06) 0px 6px 8px -6px, rgba(10, 57, 128, 0.05) 0px 2px 4px -4px
buttonSecondary
background #FFFFFF textColor #131313 borderRadius 20px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(18, 18, 18, 0.1) 0px 8px 24px 0px

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Planned Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Planned's primary brand color?

Planned's primary brand color is #1F8FFF. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Planned use?

Planned uses #F04646 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Planned use?

Planned uses Aeonik as the primary typeface across body and headings.

Does Planned use a light or dark theme?

Planned's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Planned's logo?

Planned's logo is available directly on their site (https://planned.com/). 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://planned.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 Planned.

Methodology

Brand data on this page was extracted from https://planned.com/ on using the Firecrawl 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 Planned.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Aeonik",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#1F8FFF",
    "secondary": "#9CA3AF",
    "accent": "#F04646",
    "background": "#FFFFFF",
    "textPrimary": "#131313",
    "link": "#F04646"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Aeonik",
      "heading": "Aeonik"
    },
    "fontStacks": {
      "heading": [
        "Aeonik",
        "sans-serif"
      ],
      "body": [
        "Aeonik",
        "sans-serif"
      ],
      "paragraph": [
        "Aeonik",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "12px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0A1013",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 57, 128, 0.08) 0px 1px 12px -8px, rgba(10, 57, 128, 0.06) 0px 6px 8px -6px, rgba(10, 57, 128, 0.05) 0px 2px 4px -4px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#131313",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(18, 18, 18, 0.1) 0px 8px 24px 0px"
    }
  },
  "images": {
    "logo": "https://planned.com/img/logo.svg",
    "favicon": "https://planned.com/favicon.ico?v=1",
    "ogImage": "https://planned-cms.imgix.net/features/_AUTOxAUTO_crop_center-center_80_none_ns/Planned_Event-sourcing_suppliers.webp",
    "logoHref": "/",
    "logoAlt": "logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Planned'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a demo",
      "reasoning": "Button #1 'Book a demo' uses the primary brand color #0A1013 and is action-oriented, making it the main call-to-action."
    },
    "secondary": {
      "index": 4,
      "text": "Book a demo See the magic of Planned firsthand  Book a demo",
      "reasoning": "Button #4 'Book a demo See the magic of Planned firsthand' has a different background color (#FFFFFF) and serves as a secondary action with supportive text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Planned'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles