RWA.io
Brand Hub
Official brand guidelines, logos, colors, and typography. Structured for both human designers and AI agents.
Logo
The RWA.io logo symbolizes dynamism and stability. The geometric design and gradient transitions represent forward movement and adaptability, while the bold, modern typography conveys trust and professionalism. Together, these elements encapsulate the brand's commitment to advancing real-world assets through technology-driven solutions.
Clear Space
Maintain a minimum clear space equal to the height of the 'R' in 'RWA' on all sides of the logo.
Minimum Size
The logo should not be displayed smaller than 80px wide for digital or 20mm for print.
Logo Misuse
Colors
Click any swatch to copy its hex value. Each color includes semantic usage rules for consistent application across all brand touchpoints.
Brand Primary
Brand Secondary
Neutral
{
"color": {
"brand": {
"blue": { "$value": "#224BEE", "$type": "color" },
"green": { "$value": "#5EE4C0", "$type": "color" },
"blue-light": { "$value": "#C7DAFF", "$type": "color" },
"green-light":{ "$value": "#F0FFF9", "$type": "color" }
},
"secondary": {
"red": { "$value": "#D73848", "$type": "color" },
"yellow": { "$value": "#C98501", "$type": "color" },
"purple": { "$value": "#9734B6", "$type": "color" }
}
}
}Typography
Three typefaces form the core typographic system. Roboto for headings, DM Sans for body copy, and JetBrains Mono for code and technical values. DM Serif Display is available for special display use.
Roboto
All headings (h1–h6), hero text, section titles, display text
DM Sans
Body text, paragraphs, descriptions, UI labels, form inputs
DM Serif Display
Optional display font for hero text, special callouts, and decorative headings
JetBrains Mono
Code blocks, technical values, hex codes, token names, inline code
<!-- Headings --> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap" rel="stylesheet" /> <!-- Body --> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet" /> <!-- Display (optional) --> <link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap" rel="stylesheet" /> <!-- Code --> <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
Voice & Tone
RWA.io speaks as a trusted authority in real-world asset tokenization — knowledgeable, precise, and welcoming to both newcomers and experts.
Tone by Context
formal
Authoritative, precise, measured
marketing
Energetic, clear, benefit-focused
technical
Direct, precise, example-driven
Banned Phrases
Preferred Terms
For Machines
Structured, machine-readable brand files at well-known paths. AI tools, design systems, and automation pipelines can discover and parse these endpoints automatically.
# RWA.io > RWA.io is the global hub for real-world asset tokenization, > connecting projects and assets with investors. ## Brand Assets - [Brand Guidelines](https://brand.rwa.io/brand.md): Full brand guide - [Design Tokens](https://brand.rwa.io/tokens.json): W3C design tokens - [Brand JSON](https://brand.rwa.io/brand.json): Structured brand data ## Colors - Primary Blue: #224BEE — headings, CTAs, links - Primary Green: #5EE4C0 — accents, success states ...
# Fetch brand colors for an AI agent curl -s https://brand.rwa.io/brand.json | jq '.colors' # Include brand context in an LLM prompt curl -s https://brand.rwa.io/llms.txt # Get design tokens for a build pipeline curl -s https://brand.rwa.io/tokens.json