# OutSystems Brand Identity A complete profile of **OutSystems**'s visual system — colors, typography, components, and personality — extracted from https://outsystems.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/outsystems - Machine-readable JSON: https://characterquilt.com/branding/outsystems.json - Per-page llms.txt: https://characterquilt.com/branding/outsystems/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #008A61 | | Accent | #0F0E0B | | Body Font | NotoSans | | Heading Font | NotoSans | ## Color Palette - primary: #008A61 - secondary: #007BFF - accent: #0F0E0B - background: #FFFFFF - textPrimary: #0F0E0B - link: #6C757D ## Typography - primary: NotoSans — https://fonts.google.com/specimen/NotoSans - heading: NotoSans — https://fonts.google.com/specimen/NotoSans ## Visual Assets - Logo: https://www.outsystems.com/-/media/themes/outsystems/website/site-theme/imgs/logo.svg?updated=20211217193441 - Favicon: https://www.outsystems.com/-/media/project/website/outsystems/oslogored.png?updated=20220111091207 - Social card (og:image): https://www.outsystems.com/-/media/images/homepage/2026/cards/outsystems-homepage-social-v2-en.png?updated=20260202151113 ## UI Components - input: background=#FFFFFF, textColor=#0F0E0B, borderColor=#C9CBC6, borderRadius=9px, shadow=rgb(255, 255, 255) 0px 0px 0px 100px inset - buttonPrimary: background=#0F0E0B, textColor=#0F0E0B, borderRadius=0px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: enterprise businesses ## OutSystems Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **The Low-Code Blog: Tech World News and Trends** - Image: https://www.outsystems.com/blog/-/media/images/blog/posts/beyond-spritely-images-using-icon-fonts-in-outsystems/how-to-use-icon-fonts-in-outsystems_card.png?updated=20220111091736 - Source: https://www.outsystems.com/blog/ - **A Guide to Run a Sprint Retrospective 101** - Image: https://www.outsystems.com/blog/-/media/images/blog/posts/sprint-retrospective/hero-bp-sprint-retrospective.png?updated=20220711131630 - Source: https://www.outsystems.com/blog/posts/sprint-retrospective/ - **See 集まれ初心者の森!~OutSystems先輩エンジニアから学ぼう!~ at OutSystems User Groups Tokyo** - Image: https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2,f_auto,g_center,q_auto:good/v1/gcs/platform-data-outsystems/avatars/satoshi_hotta_wG04Elw.jpg - Source: https://usergroups.outsystems.com/events/details/outsystems-inc-tokyo-presents-ji-marechu-xin-zhe-nosen-outsystemsxian-bei-enziniakaraxue-bou/ - **Developer Productivity: How to Measure and Maximize It** - Image: https://www.outsystems.com/blog/-/media/images/blog/posts/developer-productivity-measure-it-maximize-it/hero-bp-measure-maximize-developer-productivity.png?updated=20240411142411 - Source: https://www.outsystems.com/blog/posts/developer-productivity-measure-it-maximize-it/ - **See IWD: International Women's Day 2025 - OutSystems Japan Community at OutSystems User Groups Tokyo** - Image: https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2,f_auto,g_center,q_auto:good/v1/gcs/platform-data-outsystems/events/0M4A9032-Edit_V9Rg3Sn.jpg - Source: https://usergroups.outsystems.com/events/details/outsystems-inc-tokyo-presents-iwd-international-womens-day-2025-outsystems-japan-community/ - **The Art of Troubleshooting and Why it's Important** - Image: https://www.outsystems.com/blog/-/media/images/blog/posts/troubleshoot_your_life/social-troubleshoot-your-life.png?updated=20220111091832 - Source: https://www.outsystems.com/blog/posts/troubleshoot-your-life/ ## 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": "NotoSans", "role": "body" }, { "family": "WorkSans", "role": "unknown" } ], "colors": { "primary": "#008A61", "secondary": "#007BFF", "accent": "#0F0E0B", "background": "#FFFFFF", "textPrimary": "#0F0E0B", "link": "#6C757D" }, "typography": { "fontFamilies": { "primary": "NotoSans", "heading": "NotoSans" }, "fontStacks": { "heading": [ "WorkSans", "NotoSans", "Helvetica", "Arial", "sans-serif" ], "body": [ "NotoSans", "Helvetica", "Arial", "sans-serif" ], "paragraph": [ "NotoSans", "Helvetica", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "54px", "h2": "39.6px", "body": "14.4px" } }, "spacing": { "baseUnit": 4, "borderRadius": "5px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#0F0E0B", "borderColor": "#C9CBC6", "borderRadius": "9px", "borderRadiusCorners": { "topLeft": "9px", "topRight": "9px", "bottomRight": "9px", "bottomLeft": "9px" }, "shadow": "rgb(255, 255, 255) 0px 0px 0px 100px inset" }, "buttonPrimary": { "background": "#0F0E0B", "textColor": "#0F0E0B", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://www.outsystems.com/-/media/themes/outsystems/website/site-theme/imgs/logo.svg?updated=20211217193441", "favicon": "https://www.outsystems.com/-/media/project/website/outsystems/oslogored.png?updated=20220111091207", "ogImage": "https://www.outsystems.com/-/media/images/homepage/2026/cards/outsystems-homepage-social-v2-en.png?updated=20260202151113", "logoHref": "/", "logoAlt": "logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'OutSystems'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Register now", "reasoning": "The button 'Register now' is the only button detected and uses a dark color (#0F0E0B) which contrasts with the light background, making it stand out as the primary call-to-action." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is only one button detected, so no secondary button is available." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "enterprise businesses" }, "designSystem": { "framework": "bootstrap", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__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 'OutSystems'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```