# Silogy Brand Identity A complete profile of **Silogy**'s visual system — colors, typography, components, and personality — extracted from https://silogy.io. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/silogy - Machine-readable JSON: https://characterquilt.com/branding/silogy.json - Per-page llms.txt: https://characterquilt.com/branding/silogy/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #161C34 | | Accent | #FF6109 | | Body Font | Inter | | Heading Font | Geist | ## Color Palette - primary: #161C34 - accent: #FF6109 - background: #0E1117 - textPrimary: #0E1117 - link: #E4D9C3 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Geist — https://fonts.google.com/specimen/Geist ## Visual Assets - Logo: https://framerusercontent.com/images/sjANJdyQQDWSMmUlMQFBNIQHwE.png?width=8168&height=1392 - Favicon: https://framerusercontent.com/images/UDKfve4roXTP2L1p7VNOTbtAP1w.png - Social card (og:image): https://framerusercontent.com/images/WivKDr4F5Zs8DZ11ewTq0ylwQ.png ## UI Components - input: background=#F2F2F2, textColor=#000000, borderColor=null, borderRadius=8px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 1px inset - buttonPrimary: background=#FF6109, textColor=#0000EE, borderRadius=8px, shadow=rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px - buttonSecondary: background=#333333, textColor=#000000, borderRadius=10px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Silogy Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Silogy** - Image: https://framerusercontent.com/images/WivKDr4F5Zs8DZ11ewTq0ylwQ.png - Source: https://silogy.io/accessibility - **Viv overview | Viv Documentation** - Image: https://docs.silogy.io/assets/images/viv-overview-1b95b3d88bb7d5b9b87328c970584b98.png - Source: https://docs.silogy.io/ - **Silogy** - Image: https://framerusercontent.com/images/sjANJdyQQDWSMmUlMQFBNIQHwE.png?width=8168&height=1392 - Source: https://silogy.io/accessibility - **Silogy** - Image: https://framerusercontent.com/images/3EGsNY7lyfSWhMVz634fBMRDR4.png?width=4096&height=817 - Source: https://silogy.io/ - **Silogy | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E0BAQEyNkoSYuIGtw/company-logo_200_200/company-logo_200_200/0/1703692367966?e=2147483647&v=beta&t=uQJOfqGm9v_lCSKjkKPltI30Hzk0P5aIVW3zA810_D4 - Source: https://www.linkedin.com/company/silogy - **SiLogy: Shaping the Future of Collaborative Chip Design Verification** - Image: https://media.licdn.com/dms/image/v2/D4E12AQGlAAoMy-26wQ/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1715778689745?e=2147483647&v=beta&t=bYnDB0TZ_eC0qcetC4pZRoFS219zsuZdbJBYs7AOvPo - Source: https://www.linkedin.com/pulse/silogy-shaping-future-collaborative-chip-design-benjamin-wolba-txhce ## 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": "Geist", "role": "heading" }, { "family": "Inter", "role": "body" }, { "family": "Roboto", "role": "unknown" } ], "colors": { "primary": "#161C34", "accent": "#FF6109", "background": "#0E1117", "textPrimary": "#0E1117", "link": "#E4D9C3" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Geist" }, "fontStacks": { "heading": [ "Geist", "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Geist", "sans-serif" ] }, "fontSizes": { "h1": "80px", "h2": "32px", "body": "15px" } }, "spacing": { "baseUnit": 4, "borderRadius": "5px" }, "components": { "input": { "background": "#F2F2F2", "textColor": "#000000", "borderColor": null, "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 1px inset" }, "buttonPrimary": { "background": "#FF6109", "textColor": "#0000EE", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px" }, "buttonSecondary": { "background": "#333333", "textColor": "#000000", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "none" } }, "images": { "logo": "https://framerusercontent.com/images/sjANJdyQQDWSMmUlMQFBNIQHwE.png?width=8168&height=1392", "favicon": "https://framerusercontent.com/images/UDKfve4roXTP2L1p7VNOTbtAP1w.png", "ogImage": "https://framerusercontent.com/images/WivKDr4F5Zs8DZ11ewTq0ylwQ.png", "logoHref": "./" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Silogy'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Book a Demo", "reasoning": "Button #1 ('Book a Demo') uses the vibrant brand color #FF6109, making it the most prominent and action-oriented CTA." }, "secondary": { "index": 0, "text": "Get Started", "reasoning": "Button #0 ('Get Started') has a neutral background color #333333, making it suitable as a secondary option." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals" }, "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, and links to the homepage, matching the brand 'Silogy'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```