# Pideaky Brand Identity A complete profile of **Pideaky**'s visual system — colors, typography, components, and personality — extracted from https://pideaky.com/en/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/pideaky - Machine-readable JSON: https://characterquilt.com/branding/pideaky.json - Per-page llms.txt: https://characterquilt.com/branding/pideaky/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #03C5BF | | Accent | #5D46F9 | | Body Font | Open Sans | | Heading Font | Montserrat | ## Color Palette - primary: #03C5BF - secondary: #3858E9 - accent: #5D46F9 - background: #FFFFFF - textPrimary: #5D46F9 - link: #5D46F9 ## Typography - primary: Open Sans — https://fonts.google.com/specimen/Open+Sans - heading: Montserrat — https://fonts.google.com/specimen/Montserrat ## Visual Assets - Logo: https://pideaky.com/wp-content/uploads/2024/05/pideaky-logo.png - Favicon: https://pideaky.com/wp-content/uploads/2023/10/cropped-pideaky-icono-32x32.png ## Brand Personality Tone: modern · Energy: medium · Audience: unknown ## Pideaky Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Pideaky | Pagaky** - Image: https://pideaky.com/wp-content/uploads/2023/10/pideaky-mapa-c-large.jpg - Source: https://pideaky.com/en/pideaky-2/ - **Pagaky | Crédito** - Image: https://pideaky.com/wp-content/uploads/2024/05/pagaky-blog-indicadores2-400x250.jpg - Source: https://pideaky.com/en/ - **Pagaky | Crédito** - Image: https://pideaky.com/wp-content/uploads/2024/05/pagaky-img1-en.png - Source: https://pideaky.com/en/ - **Pagaky | Crédito** - Image: https://pideaky.com/wp-content/uploads/2024/05/pagaky-blog-pago-whatsapp-400x250.jpg - Source: https://pideaky.com/en/ - **Pagaky | Crédito** - Image: https://pideaky.com/wp-content/uploads/2024/05/pagaky-inicio.jpg - Source: https://pideaky.com/en/page/2/?et_blog - **Pagaky | Crédito** - Image: https://pideaky.com/wp-content/uploads/2024/05/pagaky-blog-recordatorio3-400x250.jpg - Source: https://pideaky.com/en/ ## 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": "Montserrat", "role": "heading" }, { "family": "Open Sans", "role": "body" } ], "colors": { "primary": "#03C5BF", "secondary": "#3858E9", "accent": "#5D46F9", "background": "#FFFFFF", "textPrimary": "#5D46F9", "link": "#5D46F9" }, "typography": { "fontFamilies": { "primary": "Open Sans", "heading": "Montserrat" }, "fontStacks": { "heading": [ "Open Sans", "Helvetica", "Arial", "Lucida", "sans-serif" ], "body": [ "Montserrat", "Helvetica", "Arial", "Lucida", "sans-serif" ], "paragraph": [ "Montserrat", "Helvetica", "Arial", "Lucida", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "48px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "2px" }, "components": {}, "images": { "logo": "https://pideaky.com/wp-content/uploads/2024/05/pideaky-logo.png", "favicon": "https://pideaky.com/wp-content/uploads/2023/10/cropped-pideaky-icono-32x32.png", "ogImage": null, "logoHref": "https://pideaky.com/en/", "logoAlt": "Pagaky" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and the alt text matches the brand name 'Pagaky'.", "confidence": 0.95, "source": "llm" }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and the alt text matches the brand name 'Pagaky'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```