# Corsair Brand Identity A complete profile of **Corsair**'s visual system — colors, typography, components, and personality — extracted from https://www.corsair.dev. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/corsair - Machine-readable JSON: https://characterquilt.com/branding/corsair.json - Per-page llms.txt: https://characterquilt.com/branding/corsair/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #222840 | | Accent | #00D4B4 | | Body Font | Roboto | | Heading Font | Roboto | ## Color Palette - primary: #222840 - secondary: #7D8FA8 - accent: #00D4B4 - background: #0D0F1A - textPrimary: #C8D6E8 - link: #C8D6E8 ## Typography - primary: Roboto — https://fonts.google.com/specimen/Roboto - heading: Roboto — https://fonts.google.com/specimen/Roboto ## Visual Assets - Favicon: https://corsair.dev/favicon.ico?favicon.8042a2e7.ico ## UI Components - buttonPrimary: background=#00D4B4, textColor=#0D0F1A, borderRadius=10px, shadow=none - buttonSecondary: background=#0D0F1A, textColor=#C8D6E8, borderColor=#323743, borderRadius=8px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: developers and tech enthusiasts ## Corsair Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Introduction - Corsair** - Image: https://corsair.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DGet%2BStarted%26appearance%3Ddark%26title%3DIntroduction%26description%3DThe%2Bintegration%2Blayer%2Bfor%2BAI%2Bagents.%26primaryColor%3D%25232d7387%26lightColor%3D%252395cbcf%26backgroundLight%3D%2523ffffff%26backgroundDark%3D%25230c0d0f&w=1200&q=100 - Source: https://docs.corsair.dev/getting-started/introduction - **I made a mock Corsair ad for one of my classes, what do you guys think? : r/pcmasterrace** - Image: https://i.redd.it/1q7dh6b1nez01.jpg - Source: https://www.reddit.com/r/pcmasterrace/comments/8l9rno/i_made_a_mock_corsair_ad_for_one_of_my_classes/ - **Corsair iCUE | SMAL** - Image: https://smal-website.fra1.cdn.digitaloceanspaces.com/s3fs-public/styles/fullscreen_1920/public/2023-05/corsair-head.png.webp?itok=X2jrmCN2 - Source: https://www.smal.de/work/corsair-icue - **Alden Faville - CORSAIR Ad Campaign** - Image: https://cdn.myportfolio.com/ac0db4a4-5b13-4def-a0a8-f013747abbb7/dc247d44-7ba8-4b18-b55b-920520ba84b3_rw_1920.png?h=4615cffd52981f81e93fbac40993f457 - Source: https://aldenfaville.com/corsair-ad-campaign - **Corsair Gaming, Inc.: Initiating Coverage with ADD and $9.75 Target** - Image: https://substackcdn.com/image/fetch/$s_!LiWz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c32be3c-74e5-4294-a2a8-7b1d7d1298bb_694x899.png - Source: https://basementcapital.substack.com/p/corsair-gaming-inc-initiating-coverage?r=cjqj6&utm_medium=ios&triedRedirect=true - **Corsair** - Image: https://alexanderpcs.com/cdn/shop/files/Landing_Page_TOP_TOP.jpg?v=1709232950&width=1920 - Source: https://alexanderpcs.com/pages/corsair ## 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": "Roboto", "role": "body" }, { "family": "Geist", "role": "unknown" } ], "colors": { "primary": "#222840", "secondary": "#7D8FA8", "accent": "#00D4B4", "background": "#0D0F1A", "textPrimary": "#C8D6E8", "link": "#C8D6E8" }, "typography": { "fontFamilies": { "primary": "Roboto", "heading": "Roboto" }, "fontStacks": { "heading": [ "Geist", "ui-sans-serif", "system-ui", "-apple-system", "Segoe UI", "Roboto", "Helvetica", "Arial", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji" ], "body": [ "Geist", "ui-sans-serif", "system-ui", "-apple-system", "Segoe UI", "Roboto", "Helvetica", "Arial", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji" ], "paragraph": [ "Geist", "ui-sans-serif", "system-ui", "-apple-system", "Segoe UI", "Roboto", "Helvetica", "Arial", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji" ] }, "fontSizes": { "h1": "62px", "h2": "48px", "body": "16px" } }, "spacing": { "baseUnit": 12, "borderRadius": "4px" }, "components": { "buttonPrimary": { "background": "#00D4B4", "textColor": "#0D0F1A", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "none" }, "buttonSecondary": { "background": "#0D0F1A", "textColor": "#C8D6E8", "borderColor": "#323743", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "https://corsair.dev/favicon.ico?favicon.8042a2e7.ico", "ogImage": null }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Github", "reasoning": "Button #1 has a vibrant green background (#00D4B4), which is typically used for primary CTAs. The text 'Github' suggests an action-oriented purpose, making it a strong candidate for the primary button." }, "secondary": { "index": 0, "text": "View all integrations", "reasoning": "Button #0 has a dark background (#0D0F1A) and a contrasting text color (#C8D6E8). It is less vibrant than the primary button, making it suitable as a secondary option." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "developers and tech enthusiasts" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```