llms.txt
Cloudinary Brand Identity
A complete profile of Cloudinary's visual system — colors, typography, components, and personality. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0C163B |
| Accent | #0D9AFF |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #0C163B
- secondary: #3F5FFF
- accent: #0D9AFF
- background: #FFFFFF
- textPrimary: #152F41
- link: #152F41
Typography
- primary: Inter — Google Fonts
- heading: Inter — Google Fonts
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20id%3D%22cld-main-logo%22%20style%3D%22height%3A%2030px%3B%20width%3A%20160px%3B%20margin-bottom%3A%20-10px%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%2096.77%22%20data-fc-idx%3D%220%22%3E%3Ctitle%3ECloudinary%20Logo%3C%2Ftitle%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233448c5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M160.53%2C30.41a17.14%2C17.14%2C0%2C0%2C1%2C13.56%2C6.7.69.69%2C0%2C0%2C0%2C1%2C.11l5.71-4.55a.71.71%2C0%2C0%2C0%2C.11-1%2C26%2C26%2C0%2C0%2C0-20.61-10.13c-14.91%2C0-27%2C12.85-27%2C28.65s12.13%2C28.65%2C27%2C28.65A25.85%2C25.85%2C0%2C0%2C0%2C180.9%2C68.72a.69.69%2C0%2C0%2C0-.12-1l-5.7-4.5a.71.71%2C0%2C0%2C0-1%2C.11A17.26%2C17.26%2C0%2C0%2C1%2C160.53%2C70c-10.19%2C0-18.16-8.7-18.16-19.79S150.34%2C30.41%2C160.53%2C30.41Z%22%20style%3D%22fill%3A%20rgb(52%2C%2072%2C%20197)%20!important%3B%22%2F%3E...
- Favicon: https://cloudinary.com/wp-content/uploads/sites/6/2020/09/favicon-32x32-1.png?w=32
- Social card (og:image): https://res.cloudinary.com/cloudinary-marketing/images/c_scale,w_auto,dpr_auto/f_auto,q_auto/v1760722021/Homepage-OG-Update_2x_1200/Homepage-OG-Update_2x_1200.png?_i=AA
UI Components
- buttonPrimary: background=#0D9AFF, textColor=#FFFFFF, borderRadius=27px, shadow=none
- buttonSecondary: background=#E7F5FF, textColor=#0C163B, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: developers and businesses seeking media management solutions
Cloudinary Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Cloudinary Developer and User Guides | Documentation
- Image: https://res.cloudinary.com/demo/image/upload/l_fix/g_west,x_1565,y_72,fl_layer_apply/l_black_heels_bg/c_pad,w_1205,h_1320,b_auto/fl_layer_apply,g_east,x_1350,y_210/l_black_heels_bg/c_pad,w_950,h_950,b_auto/r_max/fl_layer_apply,g_west,x_950,y_430/v1741735906/abandoned_cart.png
- Source: https://cloudinary.com/documentation/programmable_media_guides
- How to Create a Blog From an Image Using AI in React
- Welcome to the Cloudinary Blog
- Cloudinary Blog -
- Part 1: Streamline UGC Workflows: Automation, Resizing, Cropping
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.
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",
"borderRadiusCorners": {
"topLeft": "27px",
"topRight": "27px",
"bottomRight": "27px",
"bottomLeft": "27px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#E7F5FF",
"textColor": "#0C163B",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,...
"favicon": "https://cloudinary.com/wp-content/uploads/sites/6/2020/09/favicon-32x32-1.png?w=32",
"ogImage": "https://res.cloudinary.com/cloudinary-marketing/images/c_scale,w_auto,dpr_auto/f_auto,q_auto/v1760722021/Homepage-OG-Update_2x_1200/Homepage-OG-Update_2x_1200.png?_i=AA",
"logoHref": "/",
"logoAlt": "Cloudinary Logo"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "developers and businesses seeking media management solutions"
},
"designSystem": {
"framework": "bootstrap",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}