Compresr Brand: Colors, Fonts, Logo & Visual Identity

Compresr Brand Identity

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

Color Palette

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

Typography

Each font links to its Google Fonts page where available.

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
...

Visual Assets

UI Components

Live previews rendered using Compresr's actual button styles.

Button Primary

Button Secondary

Brand Personality

Compresr Brand in the Wild

Frequently Asked Questions

Methodology

Brand data on this page was extracted from https://compresr.ai on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#16A34A",
    "secondary": "#142239",
    "accent": "#16A34A",
    "background": "#0A0A0A",
    "textPrimary": "#0A0A0A",
    "link": "#231309"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#16A34A",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(22, 163, 74, 0.75) 0px 8px 24px -14px"
    },
    "buttonSecondary": {
      "background": "#1A1A1A",
      "textColor": "#FFFFFF",
      "borderColor": "#3B3B3B",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://compresr.ai/_next/image?url=%2Flogo.png&w=96&q=75",
    "favicon": "https://compresr.ai/favicon.ico",
    "ogImage": null,
    "logoAlt": "Compresr"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  }
}
``