dragoneye.json
Dragoneye Brand Identity
A complete profile of Dragoneye's visual system — colors, typography, components, and personality — extracted from https://dragoneye.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/dragoneye
- Machine-readable JSON: https://characterquilt.com/branding/dragoneye.json
- Per-page llms.txt: https://characterquilt.com/branding/dragoneye/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #101828 |
| Accent | #00A63E |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #101828
- secondary: #99A1AF
- accent: #00A63E
- background: #FFFFFF
- textPrimary: #808080
- link: #364153
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://dragoneye.ai/images/logos/logo_with_text.svg
- Favicon: https://dragoneye.ai/favicon.png
- Social card (og:image): /og-image.png
UI Components
- input: background=transparent, textColor=#000000, borderColor=#D1D5DC, borderRadius=8px, shadow=none
- buttonPrimary: background=#00A63E, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#FFFFFF, borderRadius=16px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Dragoneye Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- A Guide to Bounding Box Formats
- Image:
- Source: https://dragoneye.ai/blog/a-guide-to-bounding-box-formats/
- A Guide to Bounding Box Formats
- Image:
- Source: https://dragoneye.ai/blog/a-guide-to-bounding-box-formats/
- Dragoneye | Recognize Anything with our Vision AI
- Image:
- Source: https://dragoneye.ai/
- A Guide to Bounding Box Formats
- Image:
- Source: https://dragoneye.ai/blog/a-guide-to-bounding-box-formats/
- Alex Liao - Dragoneye
- Image:
- Source: https://dragoneye.ai/author/alex-liao/
- A Guide to Bounding Box Formats
- Image:
- Source: https://dragoneye.ai/blog/a-guide-to-bounding-box-formats/
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#101828",
"secondary": "#99A1AF",
"accent": "#00A63E",
"background": "#FFFFFF",
"textPrimary": "#808080",
"link": "#364153"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"sans-serif"
],
"body": [
"Inter",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"sans-serif"
],
"paragraph": [
"Inter",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "60px",
"body": "36px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#000000",
"borderColor": "#D1D5DC",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#00A63E",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#FFFFFF",
"borderRadius": "16px",
"borderRadiusCorners": {
"topLeft": "16px",
"topRight": "16px",
"bottomRight": "16px",
"bottomLeft": "16px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://dragoneye.ai/images/logos/logo_with_text.svg",
"favicon": "https://dragoneye.ai/favicon.png",
"ogImage": "/og-image.png",
"logoHref": "/",
"logoAlt": "Dragoneye"
}
}