# VoiceGem Brand Identity A complete profile of **VoiceGem**'s visual system — colors, typography, components, and personality — extracted from http://voicegem.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/voicegem - Machine-readable JSON: https://characterquilt.com/branding/voicegem.json - Per-page llms.txt: https://characterquilt.com/branding/voicegem/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #DEE9F4 | | Accent | #365C7F | | Body Font | Helvetica | | Heading Font | Helvetica | ## Color Palette - primary: #DEE9F4 - secondary: #860000 - accent: #365C7F - background: #EEEEEE - textPrimary: #555555 - link: #365C7F ## Typography - primary: Helvetica — https://fonts.google.com/specimen/Helvetica - heading: Helvetica — https://fonts.google.com/specimen/Helvetica ## Visual Assets - Favicon: https://64.media.tumblr.com/avatar_0496ec2bf8b1_128.pnj - Social card (og:image): https://64.media.tumblr.com/avatar_0496ec2bf8b1_128.pnj ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## VoiceGem Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Voicegem Blog** - Image: https://64.media.tumblr.com/tumblr_m8zs85FDSj1rcktcfo1_500.png - Source: https://blog.voicegem.com/ - **VoiceGem | Cloud Website Solutions, Stargems** - Image: https://aidev.cloudwebsitesolutions.com/assets/img/about-voicegem/introducing-voicegem-at-star-gems-1.webp - Source: https://aidev.cloudwebsitesolutions.com/about-VoiceGem.aspx - **VoiceGem - Company Information | YCDB - The Y Combinator Database** - Image: https://ycdb-prod-media.s3.amazonaws.com/screenshots_v4/ff6471b6-6712-4e9f-8e23-dad047aa582c.jpg - Source: https://www.ycdb.co/company/voicegem - **Certified Gemstones Market Report 2026 - Share, Size Insights** - Image: https://d1lt5802h39cn9.cloudfront.net/graphs/gemstones_global_market_report_graphname.webp - Source: https://www.thebusinessresearchcompany.com/report/gemstones-global-market-report ## 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": "Helvetica", "count": 53 }, { "family": "Arial", "count": 53 }, { "family": "sans-serif", "count": 53 } ], "colors": { "primary": "#DEE9F4", "secondary": "#860000", "accent": "#365C7F", "background": "#EEEEEE", "textPrimary": "#555555", "link": "#365C7F" }, "typography": { "fontFamilies": { "primary": "Helvetica", "heading": "Helvetica" }, "fontStacks": { "body": [ "Helvetica", "Arial", "sans-serif" ], "heading": [ "Helvetica", "Arial", "sans-serif" ], "paragraph": [ "Helvetica", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "30px", "h2": "30px", "body": "12px" } }, "spacing": { "baseUnit": 10, "borderRadius": "3px" }, "components": {}, "images": { "logo": null, "favicon": "https://64.media.tumblr.com/avatar_0496ec2bf8b1_128.pnj", "ogImage": "https://64.media.tumblr.com/avatar_0496ec2bf8b1_128.pnj" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```