# Innov8 Brand Identity A complete profile of **Innov8**'s visual system — colors, typography, components, and personality — extracted from http://www.innov8.work. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/innov8 - Machine-readable JSON: https://characterquilt.com/branding/innov8.json - Per-page llms.txt: https://characterquilt.com/branding/innov8/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #EC6833 | | Body Font | Lato | | Heading Font | Lato | ## Color Palette - primary: #0000EE - secondary: #4267B2 - accent: #EC6833 - background: #808080 - textPrimary: #808080 - link: #EC6833 ## Typography - primary: Lato — https://fonts.google.com/specimen/Lato - heading: Lato — https://fonts.google.com/specimen/Lato ## Visual Assets - Logo: https://assets.oyoroomscdn.com/innov8/assets/images/logo-light.svg - Favicon: https://assets.oyoroomscdn.com/innov8/assets/images/innov8Icon.png - Social card (og:image): https://assets.oyoroomscdn.com/cmsMedia/large/c838c903-a9a5-4111-87d5-437d8fd9ed96.jpg/ ## UI Components - input: background=transparent, textColor=#111111, borderColor=null, borderRadius=4px, shadow=none - buttonPrimary: background=#EC6833, textColor=#FFFFFF, borderRadius=0px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#111111, borderColor=#EC6833, borderRadius=6px, shadow=rgba(236, 104, 51, 0.3) 0px 0px 5px 0px ## Brand Personality Tone: modern · Energy: medium · Audience: startups and freelancers ## Innov8 Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Coworking Space in saket | Shared Office for Rent in saket** - Image: https://assets.oyoroomscdn.com/cmsMedia/e404aa15-cba5-4200-bee5-2525edd7dc48.JPG - Source: https://www.innov8.work/coworking-space/delhi/saket/ - **Coworking Spaces Designed for Women Entrepreneurs: What's Trending? - Innov8** - Image: https://www.innov8.work/blog/wp-content/uploads/2025/03/INNOV8_Blog_Banners_Trending.png - Source: https://www.innov8.work/blog/coworking-spaces-designed-for-women-entrepreneurs-whats-trending/ - **Coworking Space at Naman Chambers, BKC – Flexible Offices in Mumbai** - Image: https://assets.oyoroomscdn.com/cmsMedia/d385a7cd-25d2-4314-af6d-e27be7ee0028.jpg - Source: https://www.innov8.work/coworking-space/mumbai/bkc-naman-chambers-bandra-kurla-complex-67ed2041f0b5c200012adce2/ - **Cost-Effective Office Solutions: Why Coworking Spaces are a Smart Choice – Innov8** - Image: https://www.innov8.work/blog/wp-content/uploads/2025/01/INNOV8_Blog_Cost-Effective-Office-Solutions-Why-Coworking-Spaces-are-a-Smart-Choice_Banners_December2024-1.png - Source: https://www.innov8.work/blog/cost-effective-office-solutions-why-coworking-spaces-are-a-smart-choice/ - **Coworking Space in shyamal cross road | Shared Office for Rent in shyamal cross road** - Image: https://assets.oyoroomscdn.com/cmsMedia/73f12913-6933-4a65-b9f8-a752d6f28b7c.jpg - Source: https://www.innov8.work/coworking-space/ahmedabad/shyamal-cross-road/ - **Top 10 Coworking Space Design Trends for 2025 - Innov8** - Image: https://www.innov8.work/blog/wp-content/uploads/2025/01/INNOV8_Blog_Banners_DesignTrends-1.png?wsr - Source: https://www.innov8.work/blog/top-10-coworking-space-design-trends-for-2025/ ## 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": "Lato", "role": "body" }, { "family": "Times New Roman", "role": "unknown" }, { "family": "Helvetica Neue", "role": "unknown" }, { "family": "Verdana", "role": "unknown" }, { "family": "Arial", "role": "unknown" } ], "colors": { "primary": "#0000EE", "secondary": "#4267B2", "accent": "#EC6833", "background": "#808080", "textPrimary": "#808080", "link": "#EC6833" }, "typography": { "fontFamilies": { "primary": "Lato", "heading": "Lato" }, "fontStacks": { "heading": [ "Lato", "sans-serif" ], "body": [ "Times New Roman" ], "paragraph": [ "Lato", "sans-serif" ] }, "fontSizes": { "h1": "32px", "h2": "24px", "body": "14px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "input": { "background": "transparent", "textColor": "#111111", "borderColor": null, "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonPrimary": { "background": "#EC6833", "textColor": "#FFFFFF", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#111111", "borderColor": "#EC6833", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "rgba(236, 104, 51, 0.3) 0px 0px 5px 0px" } }, "images": { "logo": "https://assets.oyoroomscdn.com/innov8/assets/images/logo-light.svg", "favicon": "https://assets.oyoroomscdn.com/innov8/assets/images/innov8Icon.png", "ogImage": "https://assets.oyoroomscdn.com/cmsMedia/large/c838c903-a9a5-4111-87d5-437d8fd9ed96.jpg/", "logoHref": "https://www.innov8.work/", "logoAlt": "Innov8 Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Innov8' with a direct link to the homepage, making it the primary brand logo.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Request a Call Back", "reasoning": "Button #0 with text 'Request a Call Back' uses a vibrant orange color (#EC6833), which is typically used for primary CTAs. The action-oriented text further supports its role as the primary button." }, "secondary": { "index": 6, "text": "Meeting RoomNEW", "reasoning": "Button #6 with text 'Meeting RoomNEW' has a white background with an orange border, making it a suitable secondary button due to its less prominent appearance compared to the primary button." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "startups and freelancers" }, "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 visible, medium-sized, and matches the brand name 'Innov8' with a direct link to the homepage, making it the primary brand logo.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```