Rio Brand: Colors, Fonts, Logo & Visual Identity

Rio Brand Identity

A complete profile of Rio's visual system — colors, typography, components, and personality — extracted from https://www.rio.trade. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://www.rio.trade.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

UI Components

Live previews rendered using Rio's actual button styles.

Button Primary

Button Secondary

Brand Personality

Frequently Asked Questions

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Satoshi Variable",
      "role": "body"
    },
    {
      "family": "Playfair Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#36394A",
    "secondary": "#091135",
    "accent": "#0F77FF",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0F77FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi Variable",
      "heading": "Playfair Display"
    },
    "fontStacks": {
      "heading": [
        "Satoshi Variable",
        "sans-serif"
      ],
      "body": [
        "Satoshi Variable",
        "sans-serif"
      ],
      "paragraph": [
        "Satoshi Variable",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "120px",
      "h2": "32px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0F77FF",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(12, 43, 100, 0.32) 0px 1px 2px 0px, rgb(15, 119, 255) 0px 0px 0px 1px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66c6da1b964424ba9f01b59d/66c6da1b964424ba9f01b5ea_rio%20-%20logo%2001.svg",
    "favicon": "https://cdn.prod.website-files.com/6682603c2141809da57a99af/66840c89a7db2e217a0b3e02_Favicon.png",
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "LATAM financial market"
  }
}