# Adventurous Co Brand Identity A complete profile of **Adventurous Co**'s visual system — colors, typography, components, and personality — extracted from http://adventurous.co. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/adventurous-co - Machine-readable JSON: https://characterquilt.com/branding/adventurous-co.json - Per-page llms.txt: https://characterquilt.com/branding/adventurous-co/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #479CCF | | Accent | #479CCF | | Body Font | Helvetica Neue | | Heading Font | Helvetica Neue | ## Color Palette - primary: #479CCF - accent: #479CCF - background: #FFFFFF - textPrimary: #31373D - link: #479CCF ## Typography - primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue - heading: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Adventurous Co Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **The Adventurous Co.** - Image: http://static1.squarespace.com/static/607ea815792b706c53f01ea8/t/66fedd40788043742a26d6ac/1727978816199/Screenshot+2024-10-03+at+2.06.31%E2%80%AFPM.png?format=1500w - Source: https://theadventurous.co/ - **Volume 127 - 2025 | Vacations & Travel** - Image: https://www.vacationstravel.com/wp-content/uploads/2025/11/VT127_001-Cover-NO-SPINE-768x1014.jpg - Source: https://www.vacationstravel.com/magazine-issues/volume-127-2025/ - **Jeany Ngo – Founder, Adventurous Co** - Image: https://cdn.prod.website-files.com/64dc06a03bd839a6f79ba24f/64e545341896002829a508cc_adventurous-featured-optimized.gif - Source: https://www.jeanyngo.com/adventurous-co - **Anyone else have pages ripped out of their book? : r/daggerheart** - Image: https://preview.redd.it/anyone-else-have-pages-ripped-out-of-their-book-v0-l89dkov9wvef1.jpg?width=1080&crop=smart&auto=webp&s=9672fe71fcc5197a69dba36a63310c1c64205157 - Source: https://www.reddit.com/r/daggerheart/comments/1m8frma/anyone_else_have_pages_ripped_out_of_their_book/ - **Minimalist logo design with vintage style for outdoor adventure company | contest | 99designs** - Image: https://images-platform.99static.com/iTfUwvYp7VXkWSyIo_N-8Bz-g9o=/0x0:992x992/500x500/top/smart/99designs-contests-attachments/108/108571/attachment_108571814 - Source: https://en.99designs.at/logo-design/contests/minimalist-logo-design-vintage-style-outdoor-adventure-company-925059 - **The Adventurous Co.** - Image: https://images.squarespace-cdn.com/content/v1/607ea815792b706c53f01ea8/8df8ace2-3e88-4f22-b5ce-b6584b52e37b/TheAdventurousCo-04+copy.png?format=1500w - Source: https://theadventurous.co/ ## 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 Neue", "count": 7 }, { "family": "Helvetica", "count": 7 }, { "family": "Arial", "count": 7 }, { "family": "sans-serif", "count": 7 } ], "colors": { "primary": "#479CCF", "accent": "#479CCF", "background": "#FFFFFF", "textPrimary": "#31373D", "link": "#479CCF" }, "typography": { "fontFamilies": { "primary": "Helvetica Neue", "heading": "Helvetica Neue" }, "fontStacks": { "body": [ "Helvetica Neue", "Helvetica", "Arial", "sans-serif" ], "heading": [ "Helvetica Neue", "Helvetica", "Arial", "sans-serif" ], "paragraph": [ "Helvetica Neue", "Helvetica", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": null, "favicon": null, "ogImage": null }, "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" } } } ```