# Outtalent Brand Identity A complete profile of **Outtalent**'s visual system — colors, typography, components, and personality — extracted from http://outtalent.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/outtalent - Machine-readable JSON: https://characterquilt.com/branding/outtalent.json - Per-page llms.txt: https://characterquilt.com/branding/outtalent/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0071E3 | | Accent | #0071E3 | | Body Font | Roboto | | Heading Font | Roboto | ## Color Palette - primary: #0071E3 - secondary: #FF9500 - accent: #0071E3 - background: #FFFFFF - textPrimary: #1D1D1F - link: #34C759 ## Typography - primary: Roboto — https://fonts.google.com/specimen/Roboto - heading: Roboto — https://fonts.google.com/specimen/Roboto ## Visual Assets - Logo: https://outtalent.com/_nuxt/outtalent_logo.DYITkZV7.svg - Favicon: https://outtalent.com/favicon.ico - Social card (og:image): /outtalent_logo.png ## UI Components - input: background=transparent, textColor=#1D1D1F, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#0071E3, textColor=#FFFFFF, borderRadius=14px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#0071E3, borderRadius=0px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: software engineers ## Outtalent Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Outtalent - helping software engineers get to the next level | Outtalent** - Image: https://outtalent.com/batch_call.png - Source: https://outtalent.com/ - **Our Company | Outtalent | Outtalent** - Image: https://outtalent.com/team_photo.jpg - Source: https://outtalent.com/company - **Our Mentors & Coaches | Outtalent | Outtalent** - Image: https://outtalent.com/mentors/Yoav%20Nemirovsky.webp - Source: https://outtalent.com/mentors - **Our Company | Outtalent | Outtalent** - Image: https://img.youtube.com/vi/dG0OjbCmtTU/maxresdefault.jpg - Source: https://outtalent.com/company - **Qualify | Outtalent | Outtalent** - Image: https://outtalent.com/mentors/Nikita%20Podguzov.webp - Source: https://outtalent.com/qualify - **Our Company | Outtalent | Outtalent** - Image: https://img.youtube.com/vi/BXODA6U3Wjg/maxresdefault.jpg - Source: https://outtalent.com/company ## 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": "Roboto", "role": "body" } ], "colors": { "primary": "#0071E3", "secondary": "#FF9500", "accent": "#0071E3", "background": "#FFFFFF", "textPrimary": "#1D1D1F", "link": "#34C759" }, "typography": { "fontFamilies": { "primary": "Roboto", "heading": "Roboto" }, "fontStacks": { "heading": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif" ], "body": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif" ], "paragraph": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif" ] }, "fontSizes": { "h1": "80px", "h2": "48px", "body": "12px" } }, "spacing": { "baseUnit": 4, "borderRadius": "16px" }, "components": { "input": { "background": "transparent", "textColor": "#1D1D1F", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#0071E3", "textColor": "#FFFFFF", "borderRadius": "14px", "borderRadiusCorners": { "topLeft": "14px", "topRight": "14px", "bottomRight": "14px", "bottomLeft": "14px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#0071E3", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://outtalent.com/_nuxt/outtalent_logo.DYITkZV7.svg", "favicon": "https://outtalent.com/favicon.ico", "ogImage": "/outtalent_logo.png", "logoHref": "/", "logoAlt": "Logo" }, "__llm_logo_reasoning": { "selectedIndex": 4, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Outtalent'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Apply to Join", "reasoning": "Button #2 has a vibrant blue background (#0071E3), which is the brand color, and the action-oriented text 'Apply to Join' makes it a strong primary CTA." }, "secondary": { "index": 12, "text": "View Program", "reasoning": "Button #0 has a white background with blue text, making it a suitable secondary button as it contrasts with the primary button's vibrant blue background." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "software engineers" }, "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, located in the header, links to the homepage, and matches the brand name 'Outtalent'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```