# Tenyks Brand Identity A complete profile of **Tenyks**'s visual system — colors, typography, components, and personality — extracted from http://tenyks.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tenyks - Machine-readable JSON: https://characterquilt.com/branding/tenyks.json - Per-page llms.txt: https://characterquilt.com/branding/tenyks/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #566277 | | Accent | #111729 | | Body Font | Satoshi | | Heading Font | Satoshi | ## Color Palette - primary: #566277 - secondary: #6B67E9 - accent: #111729 - background: #FFFFFF - textPrimary: #111729 - link: #111729 ## Typography - primary: Satoshi — https://fonts.google.com/specimen/Satoshi - heading: Satoshi — https://fonts.google.com/specimen/Satoshi ## Visual Assets - Logo: https://cdn.prod.website-files.com/63a0220866f41638081f4fce/64ef648b87b00109b3260832_Tenyks_Logo_transparent.webp - Favicon: https://cdn.prod.website-files.com/63a0220866f41638081f4fce/63d244b5d6151a36f5100125_tenyks_icon.png - Social card (og:image): https://cdn.prod.website-files.com/63a0220866f41638081f4fce/69453eb633e72c1a3754b291_OpenGraph.png ## UI Components - input: background=#292E3E, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=8px, shadow=none - buttonPrimary: background=#111729, textColor=#FFFFFF, borderRadius=12px, shadow=rgba(8, 7, 27, 0.25) 0px 1px 1px 0px - buttonSecondary: background=#FFFFFF, textColor=#111729, borderColor=#CCD0D7, borderRadius=12px, shadow=rgba(8, 7, 27, 0.25) 0px 1px 1px 0px ## Brand Personality Tone: professional · Energy: medium · Audience: businesses seeking AI solutions ## Tenyks Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Tenyks Visual Intelligence - Video AI Agents for Operational Excellence** - Image: https://cdn.prod.website-files.com/63a0220866f41638081f4fce/67caa7654071a8355c2545bc_scalable%20and%20customisable%20compressed.jpg - Source: https://www.tenyks.ai/qsrs - **Tenyks Visual Intelligence - Video AI Agents for Operational Excellence** - Image: https://cdn.prod.website-files.com/63a0220866f41638081f4fce/67caa7506f5ea848efa0f748_leverage%20existing%20infrastrucrure%20compressed.jpg - Source: https://www.tenyks.ai/qsrs - **Tenyks Visual Intelligence - Video AI Agents for Operational Excellence** - Image: https://cdn.prod.website-files.com/63a0220866f41638081f4fce/67caa4467c8ca6c7df0695a1_solve%201%2C000%20problems%20with%201%20solutions.jpg - Source: https://www.tenyks.ai/qsrs - **Tenyks Visual Intelligence - Video AI Agents for Operational Excellence** - Image: https://cdn.prod.website-files.com/63bfe0f56cd7cb4e1c759642/669a788d673dd368057cab77_RAG%20for%20Vision-8.png - Source: https://www.tenyks.ai/blog - **Tenyks Visual Intelligence - Video AI Agents for Operational Excellence** - Image: https://cdn.prod.website-files.com/63a0220866f41638081f4fce/63fe06f467c1621e3fb30ba4_tenyks_opengraph%20(1).jpg - Source: https://www.tenyks.ai/blog - **Zero-Shot AI: The End of Fine-Tuning as We Know It?** - Image: https://cdn.prod.website-files.com/63bfe0f56cd7cb4e1c759642/66d7b185d0c2c732a9868680_4.png - Source: https://www.tenyks.ai/blog/zero-shot-ai-the-end-of-fine-tuning-as-we-know-it ## 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": "Satoshi", "role": "body" } ], "colors": { "primary": "#566277", "secondary": "#6B67E9", "accent": "#111729", "background": "#FFFFFF", "textPrimary": "#111729", "link": "#111729" }, "typography": { "fontFamilies": { "primary": "Satoshi", "heading": "Satoshi" }, "fontStacks": { "heading": [ "Satoshi", "sans-serif" ], "body": [ "Satoshi", "sans-serif" ], "paragraph": [ "Satoshi", "sans-serif" ] }, "fontSizes": { "h1": "48px", "h2": "48px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "12px" }, "components": { "input": { "background": "#292E3E", "textColor": "#FFFFFF", "borderColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" }, "buttonPrimary": { "background": "#111729", "textColor": "#FFFFFF", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "rgba(8, 7, 27, 0.25) 0px 1px 1px 0px" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#111729", "borderColor": "#CCD0D7", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "rgba(8, 7, 27, 0.25) 0px 1px 1px 0px" } }, "images": { "logo": "https://cdn.prod.website-files.com/63a0220866f41638081f4fce/64ef648b87b00109b3260832_Tenyks_Logo_transparent.webp", "favicon": "https://cdn.prod.website-files.com/63a0220866f41638081f4fce/63d244b5d6151a36f5100125_tenyks_icon.png", "ogImage": "https://cdn.prod.website-files.com/63a0220866f41638081f4fce/69453eb633e72c1a3754b291_OpenGraph.png", "logoHref": "/", "logoAlt": "Logo Tenyks" }, "__llm_logo_reasoning": { "selectedIndex": 9, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Tenyks'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Get Started", "reasoning": "Button #1 'Get Started' is likely the primary CTA due to its action-oriented text and dark background color, which stands out as a strong call-to-action." }, "secondary": { "index": 2, "text": "Book a Demo", "reasoning": "Button #2 'Book a Demo' is a suitable secondary CTA with a light background and border, providing a contrast to the primary button." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "businesses seeking AI 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 visible, located in the header, links to the homepage, and matches the brand name 'Tenyks'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```