# Deep24 Brand Identity A complete profile of **Deep24**'s visual system — colors, typography, components, and personality — extracted from https://deep24.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/deep24 - Machine-readable JSON: https://characterquilt.com/branding/deep24.json - Per-page llms.txt: https://characterquilt.com/branding/deep24/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #02807D | | Accent | #02807D | | Body Font | system-ui | | Heading Font | system-ui | ## Color Palette - primary: #02807D - accent: #02807D - background: #FFFFFF - textPrimary: #353A3E - link: #02807D ## Typography - primary: system-ui — https://fonts.google.com/specimen/system-ui - heading: system-ui — https://fonts.google.com/specimen/system-ui ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Deep24 Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Go To Market Lead at Deep24 | Y Combinator** - Image: https://bookface-images.s3.amazonaws.com/logos/e0953ac565e3e21910f9af3f0462a35f2c3bfc59.png?1765688637 - Source: https://www.ycombinator.com/companies/deep24/jobs/5W0aaUD-go-to-market-lead - **Beyond the edge of the Universe: latest results from the deepest astronomical surveys |** - Image: https://deep24.org/wp-content/uploads/sites/9/2024/10/DEEP24-Beyond-the-Edge-of-the-Universe_Poster24-724x1024.jpg - Source: https://deep24.org/ - **the missing peace neymar je #shorts #football - YouTube** - Image: https://i.ytimg.com/vi/xCxG2-Kg5Qo/oardefault.jpg?sqp=-oaymwEYCJUDENAFSFqQAgHyq4qpAwcIARUAAIhC&rs=AOn4CLC7_kRIdUyP3zNwWbh2B_3GTxDXQg&usqp=CCk - Source: https://www.youtube.com/shorts/xCxG2-Kg5Qo - **Deep24 Pictures |** - Image: https://deep24.org/wp-content/uploads/sites/9/2024/11/CometC2023A3_byAngeloGeorge.png - Source: https://deep24.org/deep24-pictures/ - **Deep24: AI coach for your entire life | Y Combinator** - Image: https://i.ytimg.com/vi/9u-J96n09eU/maxresdefault.jpg - Source: https://www.ycombinator.com/companies/deep24 - **Predicting 10-2 SITA Standard from 24-2C SITA Faster: Development and Validation of Deep24-2C - ScienceDirect** - Image: https://ars.els-cdn.com/content/image/1-s2.0-S2589419626000530-gr1.jpg - Source: https://www.sciencedirect.com/science/article/pii/S2589419626000530 ## 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": "system-ui", "count": 8 }, { "family": "-apple-system", "count": 8 }, { "family": "BlinkMacSystemFont", "count": 8 }, { "family": "segoe ui", "count": 8 }, { "family": "Roboto", "count": 8 }, { "family": "Helvetica", "count": 8 }, { "family": "Arial", "count": 8 }, { "family": "sans-serif", "count": 8 }, { "family": "apple color emoji", "count": 8 }, { "family": "segoe ui emoji", "count": 8 } ], "colors": { "primary": "#02807D", "accent": "#02807D", "background": "#FFFFFF", "textPrimary": "#353A3E", "link": "#02807D" }, "typography": { "fontFamilies": { "primary": "system-ui", "heading": "system-ui" }, "fontStacks": { "body": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "segoe ui", "Roboto", "Helvetica", "Arial", "sans-serif", "apple color emoji", "segoe ui emoji", "segoe ui symbol" ], "heading": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "segoe ui", "Roboto", "Helvetica", "Arial", "sans-serif", "apple color emoji", "segoe ui emoji", "segoe ui symbol" ], "paragraph": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "segoe ui", "Roboto", "Helvetica", "Arial", "sans-serif", "apple color emoji", "segoe ui emoji", "segoe ui symbol" ] }, "fontSizes": { "h1": "22px", "h2": "22px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "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" } } } ```