# Regology Brand Identity A complete profile of **Regology**'s visual system — colors, typography, components, and personality — extracted from http://regology.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/regology - Machine-readable JSON: https://characterquilt.com/branding/regology.json - Per-page llms.txt: https://characterquilt.com/branding/regology/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #B381FF | | Accent | #FFCA00 | | Body Font | Inter | | Heading Font | Involve | ## Color Palette - primary: #B381FF - secondary: #FFCA00 - accent: #FFCA00 - background: #FFFFFF - textPrimary: #191919 - link: #481595 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Involve — https://fonts.google.com/specimen/Involve ## Visual Assets - Logo: https://cdn.prod.website-files.com/663379b068243e81cd1bd4fd/663b380bcbcd2c4efbdc7a65_reg-logo.svg - Favicon: https://cdn.prod.website-files.com/663379b068243e81cd1bd4fd/667e8926969354d989d2e950_fav%20icon.svg - Social card (og:image): https://cdn.prod.website-files.com/663379b068243e81cd1bd4fd/686bd05000f214655324f3c2_Homepage%20%20Open%20Graph.svg ## UI Components - input: background=#FFFFFF, textColor=#191919, borderColor=#CCCCCC, borderRadius=4px, shadow=none - buttonPrimary: background=#FFCA00, textColor=#0D0D0D, borderRadius=4px, shadow=none - buttonSecondary: background=#F4F5FF, textColor=#191919, borderRadius=0px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: business professionals seeking regulatory compliance solutions ## Regology Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Regology** - Image: https://cdn.prod.website-files.com/663379b068243e81cd1bd4fd/66bf78592c1d24a50383d1c4_66bf7147ae885a586c459cb5_66bf7038eca21bc8d926ca6f_Law-text-1.png - Source: https://www.regology.com/blog/understanding-the-challenges-of-multi-jurisdictional-legal-research - **Regology** - Image: https://cdn.prod.website-files.com/6638c3d804f53e414719f17d/6892382fabb0846af1933bc7_Regology%20Spreadsheet%20to%20Strategy%20Blog.jpg - Source: https://www.regology.com/blog/from-spreadsheet-to-strategy-executing-on-regulatory-compliance-with-limited-resources - **Regology** - Image: https://cdn.prod.website-files.com/6638c3d804f53e414719f17d/689600c6ef602bb0515e212b_66bf8fcdb161c0288940e52d_66bf7147ae885a586c459caa_66bf70cbd3016297e2f00428_Reggi%25252520Cross%25252520Jurisdictional%25252520Search%25252520Function..png - Source: https://www.regology.com/blog/understanding-the-challenges-of-multi-jurisdictional-legal-research - **Regology** - Image: https://cdn.prod.website-files.com/6638c3d804f53e414719f17d/667d6fc8fa806040464b2019_64edb62c6f4f9cb9b407f726_jan-antonin-kolar-uYmF6ncEgLY-unsplash-scaled.jpeg - Source: https://www.regology.com/blog/camels-ratings-and-financial-institutions - **Regology** - Image: https://cdn.prod.website-files.com/6638c3d804f53e414719f17d/667d6fd5f311f62ac569156d_64edb63c4a09d780cbad92d9_AI-LLM-for-Regulatory-Compliance-Blog-by-Regology-jpg.webp - Source: https://www.regology.com/blog/unlocking-the-power-of-ai-large-language-models-for-regulatory-compliance - **Regology** - Image: https://cdn.prod.website-files.com/6638c3d804f53e414719f17d/667d6fcd3d87c32f24504ca7_64edb62ac4ff8884c388e18f_towfiqu-barbhuiya-Ksgjx0tyuCY-unsplash-scaled.jpeg - Source: https://www.regology.com/blog/fair-credit-reporting-act-could-your-financial-institution-be-considered-a-consumer-reporting-agency ## 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": "Inter", "role": "body" }, { "family": "Involve", "role": "heading" } ], "colors": { "primary": "#B381FF", "secondary": "#FFCA00", "accent": "#FFCA00", "background": "#FFFFFF", "textPrimary": "#191919", "link": "#481595" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Involve" }, "fontStacks": { "heading": [ "Involve", "sans-serif" ], "body": [ "Inter", "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "56px", "h2": "44px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#191919", "borderColor": "#CCCCCC", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonPrimary": { "background": "#FFCA00", "textColor": "#0D0D0D", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonSecondary": { "background": "#F4F5FF", "textColor": "#191919", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/663379b068243e81cd1bd4fd/663b380bcbcd2c4efbdc7a65_reg-logo.svg", "favicon": "https://cdn.prod.website-files.com/663379b068243e81cd1bd4fd/667e8926969354d989d2e950_fav%20icon.svg", "ogImage": "https://cdn.prod.website-files.com/663379b068243e81cd1bd4fd/686bd05000f214655324f3c2_Homepage%20%20Open%20Graph.svg", "logoHref": "/" }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, matching the brand 'Regology'.", "confidence": 0.85, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Request a Demo", "reasoning": "Button #1 uses the vibrant brand color #FFCA00, which is eye-catching and aligns with the primary call-to-action 'Request a Demo'." }, "secondary": { "index": 2, "text": "See the platform", "reasoning": "Button #2 has a different background color #F4F5FF and offers a secondary action 'See the platform', making it suitable as a secondary CTA." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "business professionals seeking regulatory compliance 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, medium-sized, and links to the homepage, matching the brand 'Regology'.", "confidence": 0.85 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```