cloudinary

Cloudinary Brand Identity

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

Color Palette

Brand palette extracted from https://cloudinary.com.

Color Hex RGB
primary #0C163B rgb(12, 22, 59)
secondary #3F5FFF rgb(63, 95, 255)
accent #0D9AFF rgb(13, 154, 255)
background #FFFFFF rgb(255, 255, 255)
textPrimary #152F41 rgb(21, 47, 65)
link #152F41 rgb(21, 47, 65)

Typography

Each font links to its Google Fonts page where available.

UI Components

Live previews rendered using Cloudinary's actual button styles.

Brand Personality

Frequently Asked Questions

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0C163B",
    "secondary": "#3F5FFF",
    "accent": "#0D9AFF",
    "background": "#FFFFFF",
    "textPrimary": "#152F41",
    "link": "#152F41"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "47px",
      "h2": "47px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0D9AFF",
      "textColor": "#FFFFFF",
      "borderRadius": "27px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E7F5FF",
      "textColor": "#0C163B",
      "borderRadius": "0px",
      "shadow": "none"
    }
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "developers and businesses seeking media management solutions"
  }
}