# Console Brand Identity A complete profile of **Console**'s visual system — colors, typography, components, and personality — extracted from https://www.console.co/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/console - Machine-readable JSON: https://characterquilt.com/branding/console.json - Per-page llms.txt: https://characterquilt.com/branding/console/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #ED733B | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #0000EE - accent: #ED733B - background: #FFFFFF - textPrimary: #000000 - link: #ED733B ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Favicon: https://framerusercontent.com/images/zca8qPdikTr3iATPBigX87BITg.png - Social card (og:image): https://framerusercontent.com/assets/4jMQ1DTxua1ZXVAWFJ6A1I5Ik.png ## UI Components - input: background=transparent, textColor=#131312, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#FAF6F2, textColor=#000000, borderRadius=8px, shadow=rgb(36, 38, 40) 0px 0px 0px 1px, rgba(27, 28, 29, 0.48) 0px 1px 2px 0px, rgba(255, 255, 255, 0.12) 0px 0.5px 0px 1px inset - buttonSecondary: background=#FFFFFF, textColor=#0000EE, borderRadius=8px, shadow=rgb(36, 38, 40) 0px 0px 0px 1px, rgba(27, 28, 29, 0.48) 0px 1px 2px 0px, rgba(255, 255, 255, 0.12) 0px 0.5px 0px 1px inset ## Brand Personality Tone: modern · Energy: medium · Audience: IT professionals and businesses looking for AI-driven ITSM solutions. ## Console Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Nintendo 64 gaming console ad (1996) - Fonts In Use** - Image: https://assets.fontsinuse.com/static/use-media-items/142/141415/upto-700xauto/69b57298/Nintendo%2064%20ad%20.jpeg - Source: https://fontsinuse.com/uses/40935/nintendo-64-gaming-console-ad-1996 - **Google Search Console report | Piwik PRO help center** - Image: https://help.piwik.pro/wp-content/uploads/2019/07/google-search-console-report-copy.png - Source: https://help.piwik.pro/support/reports/google-search-console-report/ - **Gaming Console Landing Page - Website Designs - Free Website Templates - Web Design Inspiration | Figma** - Image: https://s3-alpha.figma.com/hub/file/2245705488118736150/936e1fa8-9a1f-494a-8056-18926de1057d-cover.png - Source: https://www.figma.com/community/file/1531535041297630062/gaming-console-landing-page-website-designs-free-website-templates-web-design-inspiration - **1989 print ad for Sega's new Genesis console. : r/SEGAGENESIS** - Image: https://i.redd.it/x6p0abhtix731.jpg - Source: https://www.reddit.com/r/SEGAGENESIS/comments/c8cftm/1989_print_ad_for_segas_new_genesis_console/ - **Understanding Reporting Console** - Image: https://docs.oracle.com/cd/E92519_02/pt856pbr3/eng/pt/tprs/img/ia2cf27cn-7d59.png - Source: https://docs.oracle.com/cd/E92519_02/pt856pbr3/eng/pt/tprs/concept_UnderstandingReportingConsole-727eb5.html?pli=ul_d56e82_tprs - **Game Console Landing Page Futuristic Design Stock Vector (Royalty Free) 2134507645 | Shutterstock** - Image: https://www.shutterstock.com/image-vector/game-console-landing-page-futuristic-260nw-2134507645.jpg - Source: https://www.shutterstock.com/image-vector/game-console-landing-page-futuristic-design-2134507645 ## 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": "Inter", "role": "body" }, { "family": "Season Mix Regular", "role": "unknown" } ], "colors": { "primary": "#0000EE", "accent": "#ED733B", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#ED733B" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Season Mix Regular", "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "64px", "h2": "15px", "body": "14px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "input": { "background": "transparent", "textColor": "#131312", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#FAF6F2", "textColor": "#000000", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "rgb(36, 38, 40) 0px 0px 0px 1px, rgba(27, 28, 29, 0.48) 0px 1px 2px 0px, rgba(255, 255, 255, 0.12) 0px 0.5px 0px 1px inset" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#0000EE", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "rgb(36, 38, 40) 0px 0px 0px 1px, rgba(27, 28, 29, 0.48) 0px 1px 2px 0px, rgba(255, 255, 255, 0.12) 0px 0.5px 0px 1px inset" } }, "images": { "favicon": "https://framerusercontent.com/images/zca8qPdikTr3iATPBigX87BITg.png", "ogImage": "https://framerusercontent.com/assets/4jMQ1DTxua1ZXVAWFJ6A1I5Ik.png" }, "__llm_logo_reasoning": { "selectedIndex": -1, "reasoning": "The only candidate is a tiny icon-sized logo, which is not suitable as the main brand logo. It does not match the typical characteristics of a primary brand logo.", "confidence": 0.3, "rejected": true, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Book a demo", "reasoning": "Button #0 has a vibrant red/orange background (#FAF6F2), which stands out as the primary call-to-action compared to the other buttons with white backgrounds." }, "secondary": { "index": 2, "text": "Book a Demo", "reasoning": "Button #2 has a white background (#FFFFFF) with blue text, making it a suitable secondary option as it contrasts with the primary button's color group." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "IT professionals and businesses looking for AI-driven ITSM solutions." }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "The only candidate is a tiny icon-sized logo, which is not suitable as the main brand logo. It does not match the typical characteristics of a primary brand logo.", "confidence": 0.3 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```