# Cardinal Gray Brand Identity A complete profile of **Cardinal Gray**'s visual system — colors, typography, components, and personality — extracted from https://www.cardinalgray.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/cardinal-gray - Machine-readable JSON: https://characterquilt.com/branding/cardinal-gray.json - Per-page llms.txt: https://characterquilt.com/branding/cardinal-gray/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #99A1AF | | Accent | #E7000B | | Body Font | ui-sans-serif | | Heading Font | ui-sans-serif | ## Color Palette - primary: #99A1AF - accent: #E7000B - background: #000000 - textPrimary: #FFFFFF - link: #E7000B ## 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 - Favicon: https://www.cardinalgray.com/icon?1107164251a3db74 ## UI Components - input: background=transparent, textColor=#F4F4F5, borderColor=#3F3F46, borderRadius=8px, 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 - buttonPrimary: background=#E7000B, textColor=#FFFFFF, borderRadius=8px, 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=transparent, textColor=#F4F4F5, borderColor=#3F3F46, borderRadius=4px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: financial professionals ## Cardinal Gray Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **690bc04992b3556335fecc14.png** - Image: https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/LihFJiwdEP5mWxNzpBv5/media/690bc04992b3556335fecc14.png - Source: https://cardinaliscardinalis.com/about-us - **Cardinalis Cardinalis** - Image: https://storage.googleapis.com/msgsndr/LihFJiwdEP5mWxNzpBv5/media/690bc04992b3556335fecc14.png - Source: https://cardinaliscardinalis.com/ - **Cardinal Gray - Cardinal Paint** - Image: https://shop.cardinalpaint.com/cdn/shop/products/GR851_bbb91079-c58d-416c-ab62-824caf30b097_1024x1024.jpg?v=1507219510 - Source: https://shop.cardinalpaint.com/products/cardinal-grays - **Cardinal Paint A4101 GR07 - GRAY SEMI GLOSS POWDER COAT SPRAY PAINT - Amazon.com** - Image: https://m.media-amazon.com/images/I/81qXlJqXIzL._AC_UF350,350_QL80_.jpg - Source: https://www.amazon.com/A4101-GR07-GLOSS-POWDER-SPRAY/dp/B08XN22GRH - **Cardinal Gray - Cardinal Paint** - Image: https://shop.cardinalpaint.com/cdn/shop/products/GR08_a36ad573-a2c4-485b-9b5f-6220008aa0df_1024x1024.jpg?v=1507219510 - Source: https://shop.cardinalpaint.com/products/cardinal-grays ## 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": "ui-sans-serif", "count": 71 }, { "family": "system-ui", "count": 71 }, { "family": "sans-serif", "count": 71 }, { "family": "Apple Color Emoji", "count": 71 }, { "family": "Segoe UI Emoji", "count": 71 }, { "family": "Segoe UI Symbol", "count": 71 }, { "family": "Noto Color Emoji", "count": 71 } ], "colors": { "primary": "#99A1AF", "accent": "#E7000B", "background": "#000000", "textPrimary": "#FFFFFF", "link": "#E7000B" }, "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": "72px", "h2": "36px", "body": "30px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": { "input": { "background": "transparent", "textColor": "#F4F4F5", "borderColor": "#3F3F46", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "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" }, "buttonPrimary": { "background": "#E7000B", "textColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "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": "transparent", "textColor": "#F4F4F5", "borderColor": "#3F3F46", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "https://www.cardinalgray.com/icon?1107164251a3db74", "ogImage": null }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Lien Released", "reasoning": "Button #2 has a vibrant red/orange background (#E7000B), which is the accent color and stands out as the primary call-to-action. The text 'Lien Released' suggests a significant action, aligning with primary CTA characteristics." }, "secondary": { "index": 6, "text": "Generate Letter of Guarantee", "reasoning": "Button #6 has a transparent background, making it less prominent than the primary button. It offers a supportive action ('Generate Letter of Guarantee'), fitting the role of a secondary button." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "financial professionals" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```