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.
- Page: https://characterquilt.com/branding/mede-analytics
- Machine-readable JSON: https://characterquilt.com/branding/mede-analytics.json
- Per-page llms.txt: https://characterquilt.com/branding/mede-analytics/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #6F61D3 |
| Accent | #6F61D3 |
| Body Font | Open Sans |
| Heading Font | Zilla Slab |
Color Palette
- primary: #6F61D3
- secondary: #0F2032
- accent: #6F61D3
- background: #FFFFFF
- textPrimary: #0C2032
- link: #0C2032
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: Zilla Slab — https://fonts.google.com/specimen/Zilla+Slab
Visual Assets
- 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
- Social card (og:image): https://medeanalytics.com/wp-content/uploads/2025/10/featured-image-scaled.png
UI Components
- input: background=transparent, textColor=#000000, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#6F61D3, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=50px, shadow=none
- buttonSecondary: background=#0C2032, textColor=#FFFFFF, borderColor=#0C2032, borderRadius=24px, shadow=none
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.
- Integrated Patient Insights - MedeAnalytics
- The future of digital health part 2: Digital patient engagement and virtual healthcare delivery - MedeAnalytics
- MedeAnalytics Launches Health Fabric on Snowflake AI Data Cloud - MedeAnalytics
- Optimize your revenue cycle for today's challenges and tomorrow's goals - MedeAnalytics
- Championing transparent technology: Why we'll always show you behind the scenes - MedeAnalytics
- Managed Action® - MedeAnalytics
Working with these fonts
Not found on Google Fonts? Follow these steps if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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"
}
}