# Medmonk Brand Identity A complete profile of **Medmonk**'s visual system — colors, typography, components, and personality — extracted from http://medmonk.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/medmonk - Machine-readable JSON: https://characterquilt.com/branding/medmonk.json - Per-page llms.txt: https://characterquilt.com/branding/medmonk/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #EF4B4B | | Accent | #EF4B4B | | Body Font | Open Sans | | Heading Font | Open Sans | ## Color Palette - primary: #EF4B4B - secondary: #B7D2EE - accent: #EF4B4B - background: #FFFFFF - textPrimary: #013369 - link: #013369 ## Typography - primary: Open Sans — https://fonts.google.com/specimen/Open+Sans - heading: Open Sans — https://fonts.google.com/specimen/Open+Sans ## Visual Assets - Logo: http://medmonk.com/wp-content/uploads/2025/07/medmonk-logo-white.png ## UI Components - buttonPrimary: background=#EF4B4B, textColor=#FFFFFF, borderColor=#B93308, borderRadius=5px, shadow=none - buttonSecondary: background=#B7D2EE, textColor=#000000, borderRadius=0px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: healthcare professionals ## Medmonk Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Medmonk** - Image: https://cutaquig.octapharma.medmonk.com/images/programs/cutaquig_logo.png - Source: https://cutaquig.octapharma.medmonk.com/ - **Medmonk helps patients with hemophilia access timely care | Medmonk posted on the topic | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E22AQEMQBGfWadRuQ/feedshare-shrink_800/B4EZdUg7yuHgAg-/0/1749469609834?e=2147483647&v=beta&t=qeMS3zCzovUT06Ay5YXYb855wqY-G4tl3o06Ry7uGlQ - Source: https://www.linkedin.com/posts/medmonk-inc-_hemophilia-inequities-raredisorder-activity-7337825835900366848-yu90 - **axs25 #axs25 #accesstopharmacy #specialtypharmacy #patientaccess #copayassistance #medicationaccess #lasvegas2025 | Medmonk** - Image: https://media.licdn.com/dms/image/v2/D4E22AQEBcoUz7SuHiA/feedshare-shrink_800/B4EZZtbMAtHYAg-/0/1745592568157?e=2147483647&v=beta&t=ap1rPg6spkiylAqx0qGnZx_jvt0Jd_dJOLQ7p_7zHI0 - Source: https://www.linkedin.com/posts/medmonk-inc-_axs25-axs25-accesstopharmacy-activity-7321545897648009216-c7ma - **leadership #patientaccess #healthcareinnovation #medmonk | Mark Beightol | 92 comments** - Image: https://media.licdn.com/dms/image/v2/D4E22AQGLfmL0hjbHTA/feedshare-shrink_800/B4EZolXfyDKsAg-/0/1761563508792?e=2147483647&v=beta&t=jZYGfJRUa3qJYzOkfQ8i8NLpifShXDsQkwIGF2mPzuI - Source: https://www.linkedin.com/posts/markbeightol_leadership-patientaccess-healthcareinnovation-activity-7388643328088657920-wqfV - **Strengthening Specialty Pharmacy Infrastructure for Better Patient Outcomes | Medmonk posted on the topic | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E22AQFBt3t236idPg/feedshare-shrink_800/B4EZz82y35HAAg-/0/1773768749138?e=2147483647&v=beta&t=2ym40XmBJubq1dAmaPSP1jTUkpGEtz2hSUznNNYe6Qw - Source: https://www.linkedin.com/posts/medmonk-inc-_copayalignment-specialtypharmacy-patientaccess-activity-7439725362474860544-8RUC - **copay2024 | Medmonk** - Image: https://media.licdn.com/dms/image/v2/D5622AQEul7b0rCfzyQ/feedshare-shrink_800/feedshare-shrink_800/0/1732740205836?e=2147483647&v=beta&t=pZflzovBA3ugQrgpD4R5yZ6MXPFOIV-fwxVSLqEdvX8 - Source: https://www.linkedin.com/posts/medmonk-inc-_copay2024-activity-7267639180384448512-cxFI ## Working with these fonts 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. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Open Sans", "role": "body" }, { "family": "Meta Pro", "role": "unknown" } ], "colors": { "primary": "#EF4B4B", "secondary": "#B7D2EE", "accent": "#EF4B4B", "background": "#FFFFFF", "textPrimary": "#013369", "link": "#013369" }, "typography": { "fontFamilies": { "primary": "Open Sans", "heading": "Open Sans" }, "fontStacks": { "heading": [ "Open Sans", "sans-serif" ], "body": [ "Open Sans", "sans-serif" ], "paragraph": [ "Open Sans", "sans-serif" ] }, "fontSizes": { "h1": "16px", "h2": "60px", "body": "17px" } }, "spacing": { "baseUnit": 4, "borderRadius": "5px" }, "components": { "buttonPrimary": { "background": "#EF4B4B", "textColor": "#FFFFFF", "borderColor": "#B93308", "borderRadius": "5px", "borderRadiusCorners": { "topLeft": "5px", "topRight": "5px", "bottomRight": "5px", "bottomLeft": "5px" }, "shadow": "none" }, "buttonSecondary": { "background": "#B7D2EE", "textColor": "#000000", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "http://medmonk.com/wp-content/uploads/2025/07/medmonk-logo-white.png", "favicon": null, "ogImage": null, "logoHref": "/" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is the only candidate, is visible, and matches the brand inferred from the URL 'medmonk.com'.", "confidence": 0.8, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Request a Demo", "reasoning": "Button #0 'Request a Demo' with a vibrant red/orange color (#EF4B4B) is likely the primary CTA due to its action-oriented text and prominent color." }, "secondary": { "index": 2, "text": "Learn More", "reasoning": "Button #2 'Learn More' with a blue background (#B7D2EE) serves as a secondary action, providing additional information without the urgency of the primary CTA." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "healthcare professionals" }, "designSystem": { "framework": "custom", "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 the only candidate, is visible, and matches the brand inferred from the URL 'medmonk.com'.", "confidence": 0.8 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```