# Verata Brand Identity A complete profile of **Verata**'s visual system — colors, typography, components, and personality — extracted from https://www.veratainsight.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/verata - Machine-readable JSON: https://characterquilt.com/branding/verata.json - Per-page llms.txt: https://characterquilt.com/branding/verata/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #2B7FFF | | Accent | #2B7FFF | | Body Font | ui-sans-serif | | Heading Font | ui-sans-serif | ## Color Palette - primary: #2B7FFF - secondary: #4A5565 - accent: #2B7FFF - background: #FFFFFF - textPrimary: #101828 - link: #101828 ## Typography - primary: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif - heading: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif ## Visual Assets - Logo: https://www.veratainsight.com/images/verata_logo.svg - Favicon: https://www.veratainsight.com/favicon.ico?favicon.07b96676.ico - Social card (og:image): https://res.cloudinary.com/verdiq/image/upload/v1769805304/verata/verata_private_equity_firm_network_paths.png ## UI Components - buttonPrimary: background=#2B7FFF, textColor=#FFFFFF, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px - buttonSecondary: background=#FFFFFF, textColor=#155DFC, borderColor=#D1D5DC, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px ## Brand Personality Tone: professional · Energy: medium · Audience: executive search professionals ## Verata Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Talent | Verata** - Image: https://www.veratainsight.com/_next/image?url=%2Fimages%2FVerataData.png&w=3840&q=100 - Source: https://www.veratainsight.com/solutions/talent - **Talent | Verata** - Image: https://www.veratainsight.com/images/Bankruptcy.png - Source: https://www.veratainsight.com/solutions/talent - **Talent | Verata** - Image: https://www.veratainsight.com/images/PortfolioMapping.png - Source: https://www.veratainsight.com/solutions/talent - **For In-House Recruiting | Verata** - Image: https://www.veratainsight.com/_next/image?url=%2Fimages%2FCompany%20Summary.png&w=1920&q=75 - Source: https://www.veratainsight.com/for/in-house-recruiting - **For In-House Recruiting | Verata** - Image: https://www.veratainsight.com/_next/image?url=%2Fimages%2FContact%20Search%20Results.png&w=1920&q=75 - Source: https://www.veratainsight.com/for/in-house-recruiting - **For In-House Recruiting | Verata** - Image: https://www.veratainsight.com/_next/image?url=%2Fimages%2FBackchannels.png&w=1920&q=75 - Source: https://www.veratainsight.com/for/in-house-recruiting ## 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": "ui-sans-serif", "count": 72 }, { "family": "system-ui", "count": 72 }, { "family": "sans-serif", "count": 72 }, { "family": "Apple Color Emoji", "count": 72 }, { "family": "Segoe UI Emoji", "count": 72 }, { "family": "Segoe UI Symbol", "count": 72 }, { "family": "Noto Color Emoji", "count": 72 } ], "colors": { "primary": "#2B7FFF", "secondary": "#4A5565", "accent": "#2B7FFF", "background": "#FFFFFF", "textPrimary": "#101828", "link": "#101828" }, "typography": { "fontFamilies": { "primary": "ui-sans-serif", "heading": "ui-sans-serif" }, "fontStacks": { "body": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "heading": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ] }, "fontSizes": { "h1": "16px", "h2": "36px", "body": "18px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#2B7FFF", "textColor": "#FFFFFF", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#155DFC", "borderColor": "#D1D5DC", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px" } }, "images": { "logo": "https://www.veratainsight.com/images/verata_logo.svg", "favicon": "https://www.veratainsight.com/favicon.ico?favicon.07b96676.ico", "ogImage": "https://res.cloudinary.com/verdiq/image/upload/v1769805304/verata/verata_private_equity_firm_network_paths.png", "logoHref": "/", "logoAlt": "Verata 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 'Verata'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Start Free Trial", "reasoning": "Button #0 'Start Free Trial' uses a vibrant brand color (#2B7FFF) and has action-oriented text, making it the primary CTA." }, "secondary": { "index": 1, "text": "Schedule a Demo", "reasoning": "Button #1 'Schedule a Demo' has a different background color (#FFFFFF) and serves as a secondary action, complementing the primary CTA." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "executive search professionals" }, "designSystem": { "framework": "tailwind", "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 'Verata'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```