# Synvivia Brand Identity A complete profile of **Synvivia**'s visual system — colors, typography, components, and personality — extracted from https://www.synvivia.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/synvivia - Machine-readable JSON: https://characterquilt.com/branding/synvivia.json - Per-page llms.txt: https://characterquilt.com/branding/synvivia/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #116DFF | | Body Font | Arial | | Heading Font | Arial | ## Color Palette - primary: #0000EE - accent: #116DFF - background: #FFFFFF - textPrimary: #767676 - link: #116DFF ## Typography - primary: Arial — https://fonts.google.com/specimen/Arial - heading: Arial — https://fonts.google.com/specimen/Arial ## Visual Assets - Favicon: https://static.wixstatic.com/media/c61ee1_ff922fdc064548728c52595cfabbc69e%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/c61ee1_ff922fdc064548728c52595cfabbc69e%7Emv2.png ## Brand Personality Tone: modern · Energy: medium · Audience: unknown ## Synvivia Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Synvivia, Inc. | Intellectual Property & Industry Research Alliances** - Image: https://ipira.berkeley.edu/sites/default/files/styles/openberkeley_image_full/public/synvivia.png?itok=r0jQp259×tamp=1673929260 - Source: https://ipira.berkeley.edu/synvivia-inc - **Synvivia - 2026 Company Profile, Team, Funding & Competitors - Tracxn** - Image: https://cdn.tracxn.com/images/seo/social/companies/synvivia-overview-1756835425994.webp - Source: https://tracxn.com/d/companies/synvivia/__tZJUSgCFrUIgL1cYfKz75EIhgrBLLxlZJ_TsXXJMOzo - **SYNVIVIA | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/C560BAQGpgho5T7c81A/company-logo_200_200/company-logo_200_200/0/1649986846577/synvivia_logo?e=2147483647&v=beta&t=NXH_bOJkDOpFYZmywv9d88YhNSuA5DXRJrAYAztMhes - Source: https://www.linkedin.com/company/synvivia - **Synvivia — California Innovation Fund** - Image: http://static1.squarespace.com/static/620c54730bf6716045b668bd/620db2000eb04a0e62cbfe51/644ffba09834ba5cf43aa310/1742444311094/PXL_20230925_172138502.jpg?format=1500w - Source: https://www.californiainnovationfund.com/portfolio-articles/synvivia - **We are looking forward to having our Managing Partner Jeff Galecke as an esteemed judge at the BioTools Innovator 2024 San Diego Pitch Event on Thursday, April 11th. This West Coast Pitch** - Image: https://media.licdn.com/dms/image/v2/D5622AQFRBB-u649sYw/feedshare-shrink_800/feedshare-shrink_800/0/1712671411950?e=2147483647&v=beta&t=ml_m08rtSkomh4sd7G0csKbNQPlDcBeiJs3YvXbyT2k - Source: https://www.linkedin.com/posts/i5-biopartners_we-are-looking-forward-to-having-our-managing-activity-7183464557011517442-cR0D - **SYNVIVIA | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/C561BAQGWYOnoPfFfoA/company-background_10000/company-background_10000/0/1649987819622/synvivia_cover?e=2147483647&v=beta&t=em0XQUDre0N250HYN8uZ04tXgvrvSPOC1x9YEHECTNY - Source: https://www.linkedin.com/company/synvivia ## 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": "Arial", "role": "body" }, { "family": "Helvetica", "role": "body" }, { "family": "din-next-w01-light", "role": "body" }, { "family": "sans-serif", "role": "body" }, { "family": "unknown", "role": "unknown" } ], "colors": { "primary": "#0000EE", "accent": "#116DFF", "background": "#FFFFFF", "textPrimary": "#767676", "link": "#116DFF" }, "typography": { "fontFamilies": { "primary": "Arial", "heading": "Arial" }, "fontStacks": { "heading": [ "Arial", "Helvetica", "sans-serif" ], "body": [ "Arial", "Helvetica", "sans-serif" ], "paragraph": [ "Arial", "Helvetica", "sans-serif" ] }, "fontSizes": { "h1": "10px", "h2": "220px", "body": "10px" } }, "spacing": { "baseUnit": 4, "borderRadius": "24px" }, "components": {}, "images": { "logo": null, "favicon": "https://static.wixstatic.com/media/c61ee1_ff922fdc064548728c52595cfabbc69e%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/c61ee1_ff922fdc064548728c52595cfabbc69e%7Emv2.png", "ogImage": null }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```