llms.txt
Railway Brand Identity
A complete profile of Railway's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #291839 |
| Accent | #553F83 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #291839
- secondary: #BF93EC
- accent: #553F83
- background: #13111C
- textPrimary: #13111C
- link: #553F83
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20... (truncated for brevity)
- Favicon: https://railway.com/favicon-16x16.png
- Social card (og:image): https://railway.com/og.png?v=2
UI Components
- buttonPrimary: background=#553F83, textColor=#FFFFFF, borderColor=#36353E, borderRadius=8px, shadow=none
- buttonSecondary: background=#2B2933, textColor=#FFFFFF, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: developers and tech professionals
Railway Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Railway Blog
- Image:
- Source: https://blog.railway.com/
- Deploy Ionic Angular with Standalone
- Image:
- Source: https://railway.com/deploy/V7xS0V
Working with these fonts
Not found on Google Fonts? Here's a suggested flow:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around to capture the font URLs.
- Download the font files locally from the captured URLs.
- Extract relevant @font-face declarations from the CSS.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#291839",
"secondary": "#BF93EC",
"accent": "#553F83",
"background": "#13111C",
"textPrimary": "#13111C",
"link": "#553F83"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"IBM Plex Serif",
"serif",
"ui-serif",
"Georgia",
"Cambria",
"Times New Roman",
"Times"
],
"body": [
"Inter",
"sans-serif",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen-Sans",
"Ubuntu",
"Cantarell",
"Helvetica Neue",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol"
],
"paragraph": [
"Inter",
"sans-serif",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen-Sans",
"Ubuntu",
"Cantarell",
"Helvetica Neue",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol"
]
},
"fontSizes": {
"h1": "54px",
"h2": "40px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"buttonPrimary": {
"background": "#553F83",
"textColor": "#FFFFFF",
"borderColor": "#36353E",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#2B2933",
"textColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20... (truncated for brevity)",
"favicon": "https://railway.com/favicon-16x16.png",
"ogImage": "https://railway.com/og.png?v=2",
"logoHref": "/"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "developers and tech professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}