# Tenzai Brand Identity A complete profile of **Tenzai**'s visual system — colors, typography, components, and personality — extracted from https://www.tenzai.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tenzai - Machine-readable JSON: https://characterquilt.com/branding/tenzai.json - Per-page llms.txt: https://characterquilt.com/branding/tenzai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #88FFFF | | Accent | #00A8BF | | Body Font | Manrope | | Heading Font | Manrope | ## Color Palette - primary: #88FFFF - secondary: #FF426E - accent: #00A8BF - background: #19191A - textPrimary: #19191A - link: #00A8BF ## Typography - primary: Manrope — https://fonts.google.com/specimen/Manrope - heading: Manrope — https://fonts.google.com/specimen/Manrope ## Visual Assets - Logo: https://www.tenzai.com/img/tenzai-full-logo-blue-white.svg - Favicon: https://www.tenzai.com/img/tenzai-favicon.png - Social card (og:image): https://tenzai.com/img/tenzai-og-image.png ## UI Components - input: background=#F1F1F1, textColor=#19191A, borderColor=#C6C6C6, borderRadius=6px, shadow=none - buttonPrimary: background=#88FFFF, textColor=#000000, borderColor=#FFFFFF, borderRadius=100px, shadow=none - buttonSecondary: background=#F1F1F1, textColor=#19191A, borderColor=#C6C6C6, borderRadius=6px, shadow=none ## Brand Personality Tone: modern · Energy: high · Audience: enterprise security professionals ## Tenzai Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Bad Vibes: Comparing the Secure Coding Capabilities of Popular Coding Agents** - Image: https://storage.ghost.io/c/9a/3d/9a3d7e4f-a073-4510-a60b-88441aa79d1d/content/images/2026/01/data-src-image-abb5c650-33a8-4f43-8425-ee54c9afc6fa.png - Source: https://blog.tenzai.com/bad-vibes-comparing-the-secure-coding-capabilities-of-popular-coding-agents/ - **The Tenzai Research Blog** - Image: https://storage.ghost.io/c/9a/3d/9a3d7e4f-a073-4510-a60b-88441aa79d1d/content/images/size/w600/2026/03/Share-image--1-.png - Source: https://blog.tenzai.com/ - **Bad Vibes: Comparing the Secure Coding Capabilities of Popular Coding Agents** - Image: https://storage.ghost.io/c/9a/3d/9a3d7e4f-a073-4510-a60b-88441aa79d1d/content/images/2026/01/Frame-2-3.png - Source: https://blog.tenzai.com/bad-vibes-comparing-the-secure-coding-capabilities-of-popular-coding-agents/ - **The Tenzai Research Blog** - Image: https://storage.ghost.io/c/9a/3d/9a3d7e4f-a073-4510-a60b-88441aa79d1d/content/images/size/w600/2026/02/Claude-Code-Security-Is-a-Big-Deal--But-Not-for-the-Reasons-You-Think--4-.png - Source: https://blog.tenzai.com/ - **Bad Vibes: Comparing the Secure Coding Capabilities of Popular Coding Agents** - Image: https://storage.ghost.io/c/9a/3d/9a3d7e4f-a073-4510-a60b-88441aa79d1d/content/images/2026/01/Frame-19.png - Source: https://blog.tenzai.com/bad-vibes-comparing-the-secure-coding-capabilities-of-popular-coding-agents/ - **The Tenzai Research Blog** - Image: https://storage.ghost.io/c/9a/3d/9a3d7e4f-a073-4510-a60b-88441aa79d1d/content/images/size/w600/2026/04/WhatsApp-Image-2026-04-15-at-13.28.07.jpeg - Source: https://blog.tenzai.com/ ## 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": "Manrope", "role": "body" }, { "family": "Roboto Mono", "role": "monospace" } ], "colors": { "primary": "#88FFFF", "secondary": "#FF426E", "accent": "#00A8BF", "background": "#19191A", "textPrimary": "#19191A", "link": "#00A8BF" }, "typography": { "fontFamilies": { "primary": "Manrope", "heading": "Manrope" }, "fontStacks": { "heading": [ "Roboto Mono", "monospace" ], "body": [ "Manrope" ], "paragraph": [ "Manrope" ] }, "fontSizes": { "h1": "88px", "h2": "40px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "3px" }, "components": { "input": { "background": "#F1F1F1", "textColor": "#19191A", "borderColor": "#C6C6C6", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "none" }, "buttonPrimary": { "background": "#88FFFF", "textColor": "#000000", "borderColor": "#FFFFFF", "borderRadius": "100px", "borderRadiusCorners": { "topLeft": "100px", "topRight": "100px", "bottomRight": "100px", "bottomLeft": "100px" }, "shadow": "none" }, "buttonSecondary": { "background": "#F1F1F1", "textColor": "#19191A", "borderColor": "#C6C6C6", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "none" } }, "images": { "logo": "https://www.tenzai.com/img/tenzai-full-logo-blue-white.svg", "favicon": "https://www.tenzai.com/img/tenzai-favicon.png", "ogImage": "https://tenzai.com/img/tenzai-og-image.png", "logoHref": "#home", "logoAlt": "Tenzai | The AI Hacker for the Right Side" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, matches the brand name 'Tenzai', and is the primary logo with a medium size.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 3, "text": "APPLY FOR ACCESS", "reasoning": "Button #3 'APPLY FOR ACCESS' uses the vibrant brand color #88FFFF, making it stand out as the primary call-to-action. The text is action-oriented, encouraging users to engage with the site." }, "secondary": { "index": 0, "text": "Submit", "reasoning": "Button #0 'Submit' has a different background color (#F1F1F1) and serves as a secondary action, likely used for form submissions." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "high", "targetAudience": "enterprise security 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, matches the brand name 'Tenzai', and is the primary logo with a medium size.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```