Home · Branding · Federacy

Federacy Brand Identity

A complete profile of Federacy's visual system — colors, typography, components, and personality — extracted from http://www.federacy.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#1B1727
Accent
#2F2842
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from http://www.federacy.com.

primary
#1B1727
rgb(27, 23, 39)
secondary
#382F4D
rgb(56, 47, 77)
accent
#2F2842
rgb(47, 40, 66)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#6B7280
rgb(107, 114, 128)
link
#6B7280
rgb(107, 114, 128)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, 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

Federacy logo
Logo
Federacy favicon
Favicon
Federacy social image
Social Card

UI Components

Live previews rendered using Federacy's actual button styles.

input
background #FFFFFF textColor #1B1727 borderColor #D1D5DB borderRadius 6px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonPrimary
background #2F2842 textColor #FFFFFF borderColor #D1D5DB borderRadius 6px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonSecondary
background #FFFFFF textColor #FFFFFF borderRadius 6px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking security testing services

Federacy Brand in the Wild

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

Frequently Asked Questions

What is Federacy's primary brand color?

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

What accent color does Federacy use?

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

What font does Federacy use?

Federacy uses Inter as the primary typeface across body and headings.

Does Federacy use a light or dark theme?

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

Where can I find Federacy's logo?

Federacy's logo is available directly on their site (http://www.federacy.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 http://www.federacy.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 Federacy.

Methodology

Brand data on this page was extracted from http://www.federacy.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 Federacy.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1B1727",
    "secondary": "#382F4D",
    "accent": "#2F2842",
    "background": "#FFFFFF",
    "textPrimary": "#6B7280",
    "link": "#6B7280"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Fira Sans",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "74px",
      "h2": "18px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#1B1727",
      "borderColor": "#D1D5DB",
      "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(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonPrimary": {
      "background": "#2F2842",
      "textColor": "#FFFFFF",
      "borderColor": "#D1D5DB",
      "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(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20418%2036%22%20enable-background%3D%22new%200%200%20418%2036%22%20xml%3Aspace%3D%22preserve%22%20class%3D%22w-48%20lg%3Aw-54%20fill-current%22%20data-v-665d92ad%3D%22%22%20data-fc-idx%3D%220%22%3E%3Cg%20id%3D%22Page-1%22%3E%3Cg%20id%3D%22dark%22%3E%3Cg%20enable-background%3D%22new%22%3E%3Cpath%20d%3D%22M0.5%2C34.7c-0.2-0.2-0.3-0.5-0.3-0.8V2.6c0-0.4%2C0.1-0.6%2C0.3-0.8C0.7%2C1.5%2C1%2C1.4%2C1.3%2C1.4h19.6%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.4%2C0%2C0.6%2C0.1%2C0.8%2C0.3C21.9%2C1.9%2C22%2C2.2%2C22%2C2.6v1.9c0%2C0.3-0.1%2C0.6-0.3%2C0.8c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3h-16v11.2h15.1%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.4%2C0%2C0.6%2C0.1%2C0.8%2C0.3c0.2%2C0.2%2C0.3%2C0.5%2C0.3%2C0.8v1.9c0%2C0.3-0.1%2C0.6-0.3%2C0.8c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3H4.8v13%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0%2C0.3-0.1%2C0.6-0.3%2C0.8C4.3%2C34.9%2C4%2C35%2C3.7%2C35H1.3C1%2C35%2C0.7%2C34.9%2C0.5%2C34.7z%22%2F%3E%20%3Cpath%20d%3D%22M54.1%2C34.7c-0.2-0.2-0.3-0.5-0.3-0.8V2.6c0-0.4%2C0.1-0.6%2C0.3-0.8c0.2-0.2%2C0.5-0.3%2C0.8-0.3h19.8%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.3c0.2%2C0.2%2C0.3%2C0.5%2C0.3%2C0.8v1.8c0%2C0.3-0.1%2C0.6-0.3%2C0.8c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3H58.4V16h15.3%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.3c0.2%2C0.2%2C0.3%2C0.5%2C0.3%2C0.8v1.8c0%2C0.3-0.1%2C0.6-0.3%2C0.8C74.2%2C19.9%2C74%2C20%2C73.7%2C20H58.4v10.9h16.7%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.4%2C0%2C0.6%2C0.1%2C0.8%2C0.3c0.2%2C0.2%2C0.3%2C0.5%2C0.3%2C0.8v1.9c0%2C0.3-0.1%2C0.6-0.3%2C0.8c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3H54.9%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20C54.6%2C35%2C54.3%2C34.9%2C54.1%2C34.7z%22%2F%3E%20%3Cpath%20d%3D%22M108.8%2C34.7c-0.2-0.2-0.3-0.5-0.3-0.8V2.6c0-0.4%2C0.1-0.6%2C0.3-0.8c0.2-0.2%2C0.5-0.3%2C0.8-0.3h10.9%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c4.8%2C0%2C8.3%2C1.1%2C10.5%2C3.2c2.1%2C2.2%2C3.3%2C5.4%2C3.4%2C9.8c0%2C0.9%2C0%2C2.2%2C0%2C3.7c0%2C1.6%2C0%2C2.8%2C0%2C3.8c-0.1%2C3-0.6%2C5.5-1.5%2C7.4s-2.3%2C3.3-4.3%2C4.2%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c-2%2C0.9-4.5%2C1.4-7.8%2C1.4h-11.1C109.2%2C35%2C109%2C34.9%2C108.8%2C34.7z%20M120.5%2C30.9c2.2%2C0%2C4-0.3%2C5.3-0.9c1.3-0.6%2C2.2-1.6%2C2.8-2.9%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.6-1.3%2C0.9-3.1%2C1-5.4c0.1-1.9%2C0.1-3.1%2C0.1-3.6c0-0.5%2C0-1.7-0.1-3.6c-0.1-3.2-0.8-5.5-2.3-6.9c-1.4-1.5-3.8-2.2-7.1-2.2h-7.1%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20v25.4H120.5z%22%2F%3E%20%3Cpath%20d%3D%22M167.4%2C34.7c-0.2-0.2-0.3-0.5-0.3-0.8V2.6c0-0.4%2C0.1-0.6%2C0.3-0.8c0.2-0.2%2C0.5-0.3%2C0.8-0.3H188%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.3c0.2%2C0.2%2C0.3%2C0.5%2C0.3%2C0.8v1.8c0%2C0.3-0.1%2C0.6-0.3%2C0.8c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3h-16.3V16H187%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.3c0.2%2C0.2%2C0.3%2C0.5%2C0.3%2C0.8v1.8c0%2C0.3-0.1%2C0.6-0.3%2C0.8c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3h-15.3v10.9h16.7%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.4%2C0%2C0.6%2C0.1%2C0.8%2C0.3c0.2%2C0.2%2C0.3%2C0.5%2C0.3%2C0.8v1.9c0%2C0.3-0.1%2C0.6-0.3%2C0.8c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3h-20.2%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20C167.9%2C35%2C167.6%2C34.9%2C167.4%2C34.7z%22%2F%3E%20%3Cpath%20d%3D%22M222.1%2C34.7c-0.2-0.2-0.3-0.5-0.3-0.8V2.6c0-0.4%2C0.1-0.6%2C0.3-0.8c0.2-0.2%2C0.5-0.3%2C0.8-0.3h11.7%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c3.7%2C0%2C6.6%2C0.9%2C8.6%2C2.6c2.1%2C1.7%2C3.1%2C4.2%2C3.1%2C7.5c0%2C2.4-0.6%2C4.4-1.8%2C6c-1.2%2C1.6-2.9%2C2.7-5.1%2C3.3l7.4%2C12.8c0.1%2C0.2%2C0.1%2C0.4%2C0.1%2C0.5%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0%2C0.3-0.1%2C0.5-0.3%2C0.7c-0.2%2C0.2-0.4%2C0.3-0.7%2C0.3h-2.3c-0.5%2C0-0.9-0.1-1.1-0.3c-0.3-0.2-0.5-0.5-0.7-1l-7-12.2h-8.4v12.4%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0%2C0.3-0.1%2C0.6-0.3%2C0.8c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3h-2.4C222.6%2C35%2C222.3%2C34.9%2C222.1%2C34.7z%20M234.4%2C17.4c4.8%2C0%2C7.2-2%2C7.2-6%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0-4-2.4-6-7.2-6h-7.9v12H234.4z%22%2F%3E%20%3Cpath%20d%3D%22M275.9%2C34.7c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.3%2C0-0.4%2C0-0.5l11.9-31.1c0.3-0.7%2C0.8-1.1%2C1.5-1.1h3.3%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.8%2C0%2C1.3%2C0.4%2C1.5%2C1.1l11.9%2C31.1l0.1%2C0.5c0%2C0.3-0.1%2C0.5-0.3%2C0.7c-0.2%2C0.2-0.4%2C0.3-0.7%2C0.3h-2.4c-0.4%2C0-0.6-0.1-0.8-0.3%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c-0.2-0.2-0.3-0.4-0.4-0.6l-2.6-6.8h-15.7l-2.6%2C6.8c-0.1%2C0.2-0.2%2C0.4-0.4%2C0.6c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3h-2.4%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20C276.3%2C35%2C276.1%2C34.9%2C275.9%2C34.7z%20M297.2%2C23.2l-6.5-17l-6.5%2C17H297.2z%22%2F%3E%20%3Cpath%20d%3D%22M338.3%2C32c-2.2-2.3-3.4-5.5-3.6-9.6c0-0.9%2C0-2.3%2C0-4.2c0-2%2C0-3.4%2C0-4.3c0.2-4%2C1.4-7.2%2C3.6-9.5%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c2.2-2.3%2C5.5-3.5%2C9.7-3.5c2.8%2C0%2C5.3%2C0.5%2C7.2%2C1.5c2%2C1%2C3.5%2C2.3%2C4.5%2C4c1%2C1.6%2C1.6%2C3.4%2C1.7%2C5.2v0.1c0%2C0.3-0.1%2C0.5-0.3%2C0.6%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c-0.2%2C0.2-0.4%2C0.3-0.7%2C0.3h-2.6c-0.6%2C0-1-0.4-1.2-1.1c-0.5-2.4-1.5-4.1-2.9-5.1c-1.4-1-3.3-1.5-5.7-1.5c-5.5%2C0-8.4%2C3.1-8.5%2C9.2%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0%2C0.9%2C0%2C2.2%2C0%2C4s0%2C3.2%2C0%2C4.1c0.2%2C6.1%2C3%2C9.2%2C8.5%2C9.2c2.4%2C0%2C4.3-0.5%2C5.7-1.5c1.4-1%2C2.4-2.7%2C2.9-5.1c0.1-0.4%2C0.2-0.7%2C0.4-0.9%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.2-0.2%2C0.4-0.2%2C0.8-0.2h2.6c0.3%2C0%2C0.5%2C0.1%2C0.7%2C0.3c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.7c-0.1%2C1.9-0.7%2C3.6-1.7%2C5.3c-1%2C1.6-2.5%2C3-4.5%2C4%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20s-4.4%2C1.5-7.2%2C1.5C343.7%2C35.5%2C340.5%2C34.3%2C338.3%2C32z%22%2F%3E%3C%2Fg%3E%20%3Cg%2F%3E%20%3Cg%20enable-background%3D%22new%22%3E%3Cpath%20d%3D%22M401.5%2C34.7c-0.2-0.2-0.3-0.5-0.3-0.8V22.6L389.7%2C3c0-0.1%2C0-0.2%2C0-0.3c-0.1-0.1-0.1-0.2-0.1-0.3%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0-0.3%2C0.1-0.5%2C0.3-0.7c0.2-0.2%2C0.4-0.3%2C0.7-0.3h2.5c0.5%2C0%2C1%2C0.3%2C1.2%2C0.8l9.4%2C15.6l9.4-15.6c0.4-0.5%2C0.8-0.8%2C1.3-0.8h2.4%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c0.3%2C0%2C0.5%2C0.1%2C0.7%2C0.3c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.2-0.1%2C0.4-0.2%2C0.6L406%2C22.6v11.3c0%2C0.3-0.1%2C0.6-0.3%2C0.8s-0.5%2C0.3-0.8%2C0.3%26%2310%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20h-2.5C402%2C35%2C401.8%2C34.9%2C401.5%2C34.7z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://www.federacy.com/favicon.ico",
    "ogImage": "https://www.federacy.com/img/sphere.png",
    "logoHref": "/#top",
    "logoAlt": "Layer_1"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Let's talk",
      "reasoning": "Button #1 has a vibrant background color (#2F2842) and action-oriented text ('Let's talk'), making it the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Get pricing",
      "reasoning": "Button #0 has a different background color (#FFFFFF) and a secondary action ('Get pricing'), making it suitable as a secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking security testing services"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles