# mdhub Brand Identity A complete profile of **mdhub**'s visual system — colors, typography, components, and personality — extracted from https://www.mdhub.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/mdhub - Machine-readable JSON: https://characterquilt.com/branding/mdhub.json - Per-page llms.txt: https://characterquilt.com/branding/mdhub/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #C9B6FF | | Accent | #FEC808 | | Body Font | Verdana | | Heading Font | Verdana | ## Color Palette - primary: #C9B6FF - secondary: #FFCF98 - accent: #FEC808 - background: #FFFFFF - textPrimary: #313131 - link: #FEC808 ## Typography - primary: Verdana — https://fonts.google.com/specimen/Verdana - heading: Verdana — https://fonts.google.com/specimen/Verdana ## Visual Assets - Logo: https://cdn.prod.website-files.com/698f96f909723bf8dd5a085e/69907817d2e4362f18ba5e6d_NavLogo.svg - Favicon: https://cdn.prod.website-files.com/698f96f909723bf8dd5a085e/698f9c1d82b798d9dffdfdb9_fav_s.png - Social card (og:image): https://cdn.prod.website-files.com/698f96f909723bf8dd5a085e/69905d98dc0bfbb17c768580_SOME_image.jpg ## UI Components - input: background=#FFFFFF, textColor=#1A1A1A, borderColor=#D1D5DB, borderRadius=8px, shadow=none - buttonPrimary: background=#C9B6FF, textColor=#313131, borderRadius=154.88px, shadow=none - buttonSecondary: background=#F5F5F5, textColor=#313131, borderRadius=0px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: behavioral health clinics ## mdhub Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Mental Health Professionals and the Battle Against Burnout** - Image: https://cdn.prod.website-files.com/698f96f909723bf8dd5a0867/69a5f77f9fcc614b68cd6109_65d646d2b5f0819bd74bc972_Therapist-hands-2-by-cottonbro-studio.jpeg - Source: https://www.mdhub.ai/blog-posts/mental-health-professionals-and-the-battle-against-burnout - **Blog | mdhub** - Image: https://cdn.prod.website-files.com/698f96f909723bf8dd5a0867/69caa18381ca3b969e788dc8_mdhub_stack_behavioral_health_software.jpg - Source: https://www.mdhub.ai/blog-posts - **Revolutionizing Psychiatric Care: Introducing mdhub, Your Co-Pilot in Psychiatry** - Image: https://cdn.prod.website-files.com/698f96f909723bf8dd5a0867/69a5f780a07f1b4e2dbcf0bb_655551b72b90bfcd29331e7d_pexels-karolina-grabowska-5386496.jpeg - Source: https://www.mdhub.ai/blog-posts/revolutionizing-psychiatric-care-introducing-mdhub-your-co-pilot-in-psychiatry - **How AI is used in Mental Health Crisis Management** - Image: https://cdn.prod.website-files.com/698f96f909723bf8dd5a0867/69de91613e73149ae75dc953_AI-augmented-Intelligence.png - Source: https://www.mdhub.ai/blog-posts/how-ai-is-used-in-mental-health-crisis-management - **4 Ways Psychiatrists Benefit from mdhub** - Image: https://cdn.prod.website-files.com/698f96f909723bf8dd5a0867/69a5f77d9863a97678487734_65608dc33c86d47914342323_pexels-alex-green-5699420.jpeg - Source: https://www.mdhub.ai/blog-posts/mdhub-aiscribe-enhances-practice-of-psychiatry - **New features: Patient Instructions, Browser Recorder and more** - Image: https://cdn.prod.website-files.com/698f96f909723bf8dd5a0867/69a5f7813aa0d3359c869fdf_655cfad73ad9b03b9492a1f9_pexels-mikhail-nilov-8653703.jpeg - Source: https://www.mdhub.ai/blog-posts/ai-psychiatry-scribe-new-features-nov23 ## 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": "Lateral", "role": "unknown" }, { "family": "Verdana", "role": "body" }, { "family": "Segoe UI", "role": "body" }, { "family": "Roboto", "role": "body" }, { "family": "Helvetica", "role": "body" } ], "colors": { "primary": "#C9B6FF", "secondary": "#FFCF98", "accent": "#FEC808", "background": "#FFFFFF", "textPrimary": "#313131", "link": "#FEC808" }, "typography": { "fontFamilies": { "primary": "Verdana", "heading": "Verdana" }, "fontStacks": { "heading": [ "Lateral", "Verdana", "sans-serif" ], "body": [ "Lateral", "Verdana", "sans-serif" ], "paragraph": [ "Lateral", "Verdana", "sans-serif" ] }, "fontSizes": { "h1": "192px", "h2": "40px", "body": "12.8px" } }, "spacing": { "baseUnit": 4, "borderRadius": "24px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#1A1A1A", "borderColor": "#D1D5DB", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" }, "buttonPrimary": { "background": "#C9B6FF", "textColor": "#313131", "borderRadius": "154.88px", "borderRadiusCorners": { "topLeft": "154.88px", "topRight": "154.88px", "bottomRight": "154.88px", "bottomLeft": "154.88px" }, "shadow": "none" }, "buttonSecondary": { "background": "#F5F5F5", "textColor": "#313131", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/698f96f909723bf8dd5a085e/69907817d2e4362f18ba5e6d_NavLogo.svg", "favicon": "https://cdn.prod.website-files.com/698f96f909723bf8dd5a085e/698f9c1d82b798d9dffdfdb9_fav_s.png", "ogImage": "https://cdn.prod.website-files.com/698f96f909723bf8dd5a085e/69905d98dc0bfbb17c768580_SOME_image.jpg", "logoHref": "https://www.mdhub.ai" }, "__llm_logo_reasoning": { "selectedIndex": 2, "reasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Sign Up", "reasoning": "Button #1 ('Sign Up') has a vibrant blue background (#C9B6FF) and action-oriented text, making it the primary CTA." }, "secondary": { "index": 3, "text": "Book a demo", "reasoning": "Button #3 ('Book a demo') has a different background color (#F5F5F5) and serves as a secondary action, complementing the primary CTA." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "behavioral health clinics" }, "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": 2, "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```