# RocketSDR Brand Identity A complete profile of **RocketSDR**'s visual system — colors, typography, components, and personality — extracted from https://rocketsdr.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/rocketsdr - Machine-readable JSON: https://characterquilt.com/branding/rocketsdr.json - Per-page llms.txt: https://characterquilt.com/branding/rocketsdr/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #7F6EFF | | Accent | #7F6EFF | | Body Font | Inter | | Heading Font | Sora | ## Color Palette - primary: #7F6EFF - secondary: #9CA3AF - accent: #7F6EFF - background: #08080C - textPrimary: #08080C - link: #12203B ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Sora — https://fonts.google.com/specimen/Sora ## Visual Assets - Logo: data:image/svg+xml;utf8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2081%20107%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M53.5015%2043.3143H79.7505L41.2505%20106.181L40.3404%20105.796L50.6617%2065.4861C51.3901%2062.6401%2049.2411%2059.8702%2046.3033%2059.8699H30.1353C28.3729%2059.8697%2027.163%2058.095%2027.8082%2056.4549L48.3599%204.22443C49.1875%202.12138%2051.2181%200.738275%2053.4781%200.738099H71.6675L53.5015%2043.3143Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M23.2261%200.5L41.7873%200.5L19.0799%2059.3711L0.726562%2059.3708L23.2261%200.5Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E - Favicon: https://www.rocketsdr.ai/favicon.ico - Social card (og:image): https://app.rocketsdr.ai/opengraph-image?eaa2152439029fbd ## UI Components - input: background=#121216, textColor=#FFFFFF, borderColor=#19191D, borderRadius=9px, shadow=none - buttonPrimary: background=#7F6EFF, textColor=#FFFFFF, borderRadius=10px, shadow=none - buttonSecondary: background=#08080C, textColor=#707072, borderColor=#19191D, borderRadius=10px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: sales professionals and businesses looking for AI-powered sales solutions ## RocketSDR Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **RocketSDR - Your AI SDR Team | AI-Powered Sales Development** - Image: https://www.rocketsdr.ai/dashboard.png - Source: https://www.rocketsdr.ai/ - **RocketSDR - Your AI SDR Team | AI-Powered Sales Development** - Image: https://www.rocketsdr.ai/meeting-spotify.png - Source: https://www.rocketsdr.ai/ - **RocketSDR - Your AI SDR Team | AI-Powered Sales Development** - Image: https://www.rocketsdr.ai/ray.jpeg - Source: https://www.rocketsdr.ai/ - **RocketSDR - Your AI SDR Team | AI-Powered Sales Development** - Image: https://www.rocketsdr.ai/deepshikha.jpeg - Source: https://www.rocketsdr.ai/login - **RocketSDR - Your AI SDR Team | AI-Powered Sales Development** - Image: https://www.rocketsdr.ai/vivek.jpeg - Source: https://www.rocketsdr.ai/login - **RocketSDR - Your AI SDR Team | AI-Powered Sales Development** - Image: https://www.rocketsdr.ai/hiring-campaign.png - Source: https://www.rocketsdr.ai/ ## 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": "Sora", "role": "heading" } ], "colors": { "primary": "#7F6EFF", "secondary": "#9CA3AF", "accent": "#7F6EFF", "background": "#08080C", "textPrimary": "#08080C", "link": "#12203B" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Sora" }, "fontStacks": { "heading": [ "Sora" ], "body": [ "Inter" ], "paragraph": [ "Inter" ] }, "fontSizes": { "h1": "92px", "h2": "48px", "body": "13px" } }, "spacing": { "baseUnit": 4, "borderRadius": "6px" }, "components": { "input": { "background": "#121216", "textColor": "#FFFFFF", "borderColor": "#19191D", "borderRadius": "9px", "borderRadiusCorners": { "topLeft": "9px", "topRight": "9px", "bottomRight": "9px", "bottomLeft": "9px" }, "shadow": "none" }, "buttonPrimary": { "background": "#7F6EFF", "textColor": "#FFFFFF", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "none" }, "buttonSecondary": { "background": "#08080C", "textColor": "#707072", "borderColor": "#19191D", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "none" } }, "images": { "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2081%20107%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M53.5015%2043.3143H79.7505L41.2505%20106.181L40.3404%20105.796L50.6617%2065.4861C51.3901%2062.6401%2049.2411%2059.8702%2046.3033%2059.8699H30.1353C28.3729%2059.8697%2027.163%2058.095%2027.8082%2056.4549L48.3599%204.22443C49.1875%202.12138%2051.2181%200.738275%2053.4781%200.738099H71.6675L53.5015%2043.3143Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M23.2261%200.5L41.7873%200.5L19.0799%2059.3711L0.726562%2059.3708L23.2261%200.5Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E", "favicon": "https://www.rocketsdr.ai/favicon.ico", "ogImage": "https://app.rocketsdr.ai/opengraph-image?eaa2152439029fbd", "logoHref": "/" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, aligning with the brand 'RocketSDR'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Book a demo", "reasoning": "Button #0 ('Book a demo') uses the vibrant brand color #7F6EFF, making it the most prominent and action-oriented CTA on the page." }, "secondary": { "index": 1, "text": "Sign in", "reasoning": "Button #1 ('Sign in') has a different background color (#08080C) and serves a secondary function, making it suitable as the secondary button." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "sales professionals and businesses looking for AI-powered sales solutions" }, "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 located in the header, is visible, and links to the homepage, aligning with the brand 'RocketSDR'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```