lumoid.json
Lumoid Brand Identity
A complete profile of Lumoid's visual system — colors, typography, components, and personality — extracted from http://lumoid.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/lumoid
- Machine-readable JSON: https://characterquilt.com/branding/lumoid.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #358EE8 |
| Accent | #FF0000 |
| Body Font | Public Sans |
| Heading Font | Public Sans |
Color Palette
- primary: #358EE8
- secondary: #FF9900
- accent: #FF0000
- background: #000000
- textPrimary: #000000
- link: #FF0000
Typography
- primary: Public Sans — https://fonts.google.com/specimen/Public+Sans
- heading: Public Sans — https://fonts.google.com/specimen/Public+Sans
Visual Assets
- Favicon:
Brand Personality
Tone: modern · Energy: medium · Audience: photography enthusiasts
Lumoid Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 11 Best Used Camera Stores In The US
- Image:
- Source: https://lumoid.com/features/used-camera-stores-in-the-us/
- 5 Best Gadget Birthday Gifts For Teens
- 11 Best Used Camera Stores In The US
- Image:
- Source: https://lumoid.com/features/used-camera-stores-in-the-us/
- Happy Tiles Vs. Mixtiles: Choosing The Perfect Wall Art Solution For Your Space
- Unveiling The Canvas Of Creativity: A Comprehensive Mixbook Reviews Guide
- 5 Best Gadget Birthday Gifts For Teens
Working with these fonts
Not found on Google Fonts? Here are the 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.
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": "Public Sans",
"role": "body"
},
{
"family": "system-ui",
"role": "unknown"
}
],
"colors": {
"primary": "#358EE8",
"secondary": "#FF9900",
"accent": "#FF0000",
"background": "#000000",
"textPrimary": "#000000",
"link": "#FF0000"
},
"typography": {
"fontFamilies": {
"primary": "Public Sans",
"heading": "Public Sans"
},
"fontStacks": {
"heading": [
"Public Sans",
"system-ui",
"sans-serif"
],
"body": [
"Public Sans",
"system-ui",
"sans-serif"
],
"paragraph": [
"Public Sans",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "37px",
"h2": "20px",
"body": "15px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "3px"
},
"components": {},
"images": {
"logo": null,
"favicon": "https://lumoid.com/wp-content/uploads/2018/11/cropped-favicon-1-1-32x32.png",
"ogImage": null
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "photography enthusiasts"
},
"designSystem": {
"framework": "unknown",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none"
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}