mede analytics.json

Mede/Analytics Brand Identity

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

Quick Facts

Field Value
Primary #6F61D3
Accent #6F61D3
Body Font Open Sans
Heading Font Zilla Slab

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: healthcare professionals and organizations

Mede/Analytics Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Follow these steps if you have permission to use the fonts:

  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.

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

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Zilla Slab",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#6F61D3",
    "secondary": "#0F2032",
    "accent": "#6F61D3",
    "background": "#FFFFFF",
    "textPrimary": "#0C2032",
    "link": "#0C2032"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Zilla Slab"
    },
    "fontStacks": {
      "heading": [
        "Zilla Slab",
        "serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans"
      ]
    },
    "fontSizes": {
      "h1": "55px",
      "h2": "34px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#6F61D3",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0C2032",
      "textColor": "#FFFFFF",
      "borderColor": "#0C2032",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://medeanalytics.com/wp-content/uploads/2026/04/tagline-logo-dark-scaled.png",
    "favicon": "https://medeanalytics.com/wp-content/uploads/2025/10/cropped-favicon-32x32.png",
    "ogImage": "https://medeanalytics.com/wp-content/uploads/2025/10/featured-image-scaled.png",
    "logoHref": "https://medeanalytics.com/",
    "logoAlt": "tagline-logo-dark"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals and organizations"
  }
}