# Raycaster Brand Identity A complete profile of **Raycaster**'s visual system — colors, typography, components, and personality — extracted from https://raycaster.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/raycaster - Machine-readable JSON: https://characterquilt.com/branding/raycaster.json - Per-page llms.txt: https://characterquilt.com/branding/raycaster/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #1A2035 | | Accent | #040A20 | | Body Font | Georgia | | Heading Font | Georgia | ## Color Palette - primary: #1A2035 - accent: #040A20 - background: #FFFFFF - textPrimary: #040A20 - link: #040A20 ## Typography - primary: Georgia — https://fonts.google.com/specimen/Georgia - heading: Georgia — https://fonts.google.com/specimen/Georgia ## Visual Assets - Logo: https://www.raycaster.ai/images/white-logo.svg?dpl=dpl_Gz4g8nvQZ21Gyxb9kNh7b5ftW2nS - Favicon: https://www.raycaster.ai/favicon.ico - Social card (og:image): https://www.raycaster.ai//images/og-image-dark.png ## UI Components - input: background=#1A2035, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#FFFFFF, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=0px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: biopharma professionals ## Raycaster Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **AI Agents for CMC: Streamlining Tech Transfer to Regulatory Submissions | Raycaster** - Image: https://www.raycaster.ai//images/blog/cmc-blog.png - Source: https://www.raycaster.ai/blog/cmc-document-automation - **What's the Best Competitive Intelligence Platform for Life Sciences in 2025? | Raycaster** - Image: https://www.raycaster.ai/images/blog/competitors-blog.png - Source: https://www.raycaster.ai/blog/best-competitive-intelligence-platform-in-2025 - **The Early Signal Advantage: A Modern Guide to Rethinking BD Strategy | Raycaster** - Image: https://i.ytimg.com/vi/AR5f8NtZ4gA/maxresdefault.jpg - Source: https://www.raycaster.ai/blog/the-early-signal-advantage - **Raycaster: File Faster, File Better | AI-Native Workspace for Biopharma** - Image: https://www.raycaster.ai//images/og-image-dark.png - Source: https://www.raycaster.ai/ - **AI Fellows Program | Shape the Future of AI in Regulatory Work | Raycaster** - Image: https://www.raycaster.ai/textures/noise.png - Source: https://www.raycaster.ai/ai-fellows ## 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": "Georgia", "role": "body" } ], "colors": { "primary": "#1A2035", "accent": "#040A20", "background": "#FFFFFF", "textPrimary": "#040A20", "link": "#040A20" }, "typography": { "fontFamilies": { "primary": "Georgia", "heading": "Georgia" }, "fontStacks": { "heading": [ "ui-serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif" ], "body": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ] }, "fontSizes": { "h1": "80px", "h2": "48px", "body": "15px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": { "input": { "background": "#1A2035", "textColor": "#FFFFFF", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#FFFFFF", "textColor": "#FFFFFF", "borderColor": "#FFFFFF", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://www.raycaster.ai/images/white-logo.svg?dpl=dpl_Gz4g8nvQZ21Gyxb9kNh7b5ftW2nS", "favicon": "https://www.raycaster.ai/favicon.ico", "ogImage": "https://www.raycaster.ai//images/og-image-dark.png", "logoHref": "/", "logoAlt": "Raycaster Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Raycaster'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Get Started", "reasoning": "The button labeled 'Get Started' is likely the primary CTA due to its action-oriented text, which is common for primary actions on a website." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is only one button detected, so no secondary button can be identified." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "biopharma professionals" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Raycaster'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```