# 64x Bio Brand Identity A complete profile of **64x Bio**'s visual system — colors, typography, components, and personality — extracted from http://www.64xbio.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/64x-bio - Machine-readable JSON: https://characterquilt.com/branding/64x-bio.json - Per-page llms.txt: https://characterquilt.com/branding/64x-bio/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #79E951 | | Accent | #8F83FF | | Body Font | Source Sans 3 | | Heading Font | Source Sans 3 | ## Color Palette - primary: #79E951 - accent: #8F83FF - background: #323940 - textPrimary: #323940 - link: #8F83FF ## Typography - primary: Source Sans 3 — https://fonts.google.com/specimen/Source+Sans+3 - heading: Source Sans 3 — https://fonts.google.com/specimen/Source+Sans+3 ## Visual Assets - Logo: https://cdn.prod.website-files.com/6810d12941b95c9ca365bf90/6820e1627ea854969e43ff83_64xbio-logo.svg - Favicon: https://cdn.prod.website-files.com/6810d12941b95c9ca365bf90/6810e234986b0a2572724ad5_Favicon-1.png - Social card (og:image): https://cdn.prod.website-files.com/6810d12941b95c9ca365bf90/684b1446c4e598a5a00ca94a_OpenGraph.png ## Brand Personality Tone: modern · Energy: medium · Audience: biotechnology professionals ## 64x Bio Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **64x** - Image: https://cdn.prod.website-files.com/68220200fc6b111e197895c7/684caf7d6fbdbf48c62c2a67_Frame%201597884373.png - Source: https://64xbio.com/team/lexi-rovner-phd - **64x | News** - Image: https://cdn.prod.website-files.com/6810d12941b95c9ca365bf90/684b1446c4e598a5a00ca94a_OpenGraph.png - Source: https://64xbio.com/news - **64x | Enabling next generation medicines** - Image: https://cdn.prod.website-files.com/6810d12941b95c9ca365bf90/6821088be86c2903b2b713b8_Frame%201538233671.png - Source: https://64xbio.com/ - **Alix Ventures — 64x Bio** - Image: https://images.squarespace-cdn.com/content/v1/5c981af7ebfc7fc8528d6564/6f6c3386-a8db-4615-9d00-70773667eb21/64xbio_012022_1.JPEG - Source: https://www.alix.vc/64x ## 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": "dark", "fonts": [ { "family": "Fragment Mono", "role": "monospace" }, { "family": "Source Sans 3", "role": "body" } ], "colors": { "primary": "#79E951", "accent": "#8F83FF", "background": "#323940", "textPrimary": "#323940", "link": "#8F83FF" }, "typography": { "fontFamilies": { "primary": "Source Sans 3", "heading": "Source Sans 3" }, "fontStacks": { "heading": [ "Fragment Mono", "sans-serif" ], "body": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif" ], "paragraph": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif" ] }, "fontSizes": { "h1": "53.3333px", "h2": "53.3333px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": "https://cdn.prod.website-files.com/6810d12941b95c9ca365bf90/6820e1627ea854969e43ff83_64xbio-logo.svg", "favicon": "https://cdn.prod.website-files.com/6810d12941b95c9ca365bf90/6810e234986b0a2572724ad5_Favicon-1.png", "ogImage": "https://cdn.prod.website-files.com/6810d12941b95c9ca365bf90/684b1446c4e598a5a00ca94a_OpenGraph.png" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which strongly indicates it is the primary brand logo for 64x.", "confidence": 0.95, "rejected": true, "source": "llm" }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "biotechnology professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which strongly indicates it is the primary brand logo for 64x.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```