Home · Branding · Ubicloud

Ubicloud Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#FF5C12
Body Font
Be Vietnam Pro
Heading
Be Vietnam Pro

Color Palette

Brand palette extracted from https://www.ubicloud.com.

primary
#0000EE
rgb(0, 0, 238)
secondary
#FEF4EA
rgb(254, 244, 234)
accent
#FF5C12
rgb(255, 92, 18)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#FF5C12
rgb(255, 92, 18)
link
#FF5C12
rgb(255, 92, 18)

Typography

Each font links to its Google Fonts page where available.

primary
Be Vietnam Pro
Be Vietnam Pro Google Fonts →
heading
Be Vietnam Pro
Be Vietnam Pro Google Fonts →
Bevietnampro, sans-serif
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:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Visual Assets

Ubicloud logo
Logo
Ubicloud favicon
Favicon
Ubicloud social image
Social Card

UI Components

Live previews rendered using Ubicloud's actual button styles.

buttonPrimary
background #FF5C12 textColor #FFFFFF borderRadius 12px shadow none
buttonSecondary
background #F8F9FA textColor #0000EE borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: high Audience: developers and tech-savvy users

Ubicloud Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Ubicloud's primary brand color?

Ubicloud's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Ubicloud use?

Ubicloud uses #FF5C12 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Ubicloud use?

Ubicloud uses Be Vietnam Pro as the primary typeface across body and headings.

Does Ubicloud use a light or dark theme?

Ubicloud's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Ubicloud's logo?

Ubicloud's logo is available directly on their site (https://www.ubicloud.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.ubicloud.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Ubicloud.

Methodology

Brand data on this page was extracted from https://www.ubicloud.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Ubicloud.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Be Vietnam Pro",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#FEF4EA",
    "accent": "#FF5C12",
    "background": "#FFFFFF",
    "textPrimary": "#FF5C12",
    "link": "#FF5C12"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Be Vietnam Pro",
      "heading": "Be Vietnam Pro"
    },
    "fontStacks": {
      "heading": [
        "Bevietnampro",
        "sans-serif"
      ],
      "body": [
        "Bevietnampro",
        "sans-serif"
      ],
      "paragraph": [
        "Bevietnampro",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "70px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF5C12",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F8F9FA",
      "textColor": "#0000EE",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/64f9d9b4e737e7b37d4e39a4/64fe48116c52fe1a51e17279_ubicolud%20logo.png",
    "favicon": "https://cdn.prod.website-files.com/64f9d9b4e737e7b37d4e39a4/64fe41a08c5ca2fdb2fe2d03_Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/64f9d9b4e737e7b37d4e39a4/66d83885b776b464e54eecfa_ubi-graphimage.jpg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Ubicloud'.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try it now",
      "reasoning": "Button #0 with text 'Try it now' uses the vibrant brand color #FF5C12, making it the most prominent and action-oriented CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Learn more",
      "reasoning": "Button #3 with text 'Learn more' has a different background color (#F8F9FA) and serves as a secondary action, providing additional information."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "developers and tech-savvy users"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Ubicloud'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles