dataiku.json
Dataiku Brand Identity
A complete profile of Dataiku's visual system — colors, typography, components, and personality — extracted from https://dataiku.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/dataiku
- Machine-readable JSON: https://characterquilt.com/branding/dataiku.json
- Per-page llms.txt: https://characterquilt.com/branding/dataiku/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #3EDAB2 |
| Accent | #3EDAB2 |
| Body Font | Untitled Sans |
| Heading Font | Sohne |
Color Palette
- primary: #3EDAB2
- secondary: #012422
- accent: #3EDAB2
- background: #FFFFFF
- textPrimary: #06312E
- link: #06312E
Typography
- primary: Untitled Sans — https://fonts.google.com/specimen/Untitled+Sans
- heading: Sohne — https://fonts.google.com/specimen/Sohne
Visual Assets
- Logo: https://images.ctfassets.net/5nvgvgqbpp73/6f63ePFTcBtQIWJiVIbKVV/708831f68f139c954afadead4486d894/White_Dataiku_Lockup_Logo.svg
- Favicon: https://www.dataiku.com/favicon.png
- Social card (og:image): https://www.dataiku.com/WebsitePreview.png
UI Components
- input: background=#012422, textColor=#D9F6EF, borderColor=null, borderRadius=4px, shadow=none
- buttonPrimary: background=#3EDAB2, textColor=#06312E, borderRadius=4px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#171717, borderColor=#E0E0E0, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals and enterprises
Dataiku Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 7 Career-Making AI Decisions for CIOs in 2026
- Image:
- Source: https://pages.dataiku.com/cio-ai-decisions
- Blog - Dataiku | Tech Blog
- Image:
- Source: https://www.dataiku.com/stories/blog/topic/tech-blog
- Key Marketing AI Concepts (In Plain English!)
- Blog - Dataiku | Tech Blog
- Image:
- Source: https://www.dataiku.com/stories/blog/topic/tech-blog
- 7 Ways to Create More Value From Analytics & AI
- Dataiku: The Platform for AI Success
- Image:
- Source: https://www.dataiku.com/succeed-nyc
Working with these fonts
Not found on Google Fonts? Instructions:
- 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).
- For each captured font URL: right-click → Save As to download.
- View the page's CSS and copy out the matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Untitled Sans",
"role": "body"
},
{
"family": "DM Mono",
"role": "monospace"
},
{
"family": "Sohne",
"role": "heading"
},
{
"family": "Signifier",
"role": "display"
}
],
"colors": {
"primary": "#3EDAB2",
"secondary": "#012422",
"accent": "#3EDAB2",
"background": "#FFFFFF",
"textPrimary": "#06312E",
"link": "#06312E"
},
"typography": {
"fontFamilies": {
"primary": "Untitled Sans",
"heading": "Sohne"
},
"fontStacks": {
"heading": [
"Signifier"
],
"body": [
"untitledSans",
"untitledSans Fallback",
"sans-serif"
],
"paragraph": [
"untitledSans",
"untitledSans Fallback",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "48px",
"body": "22px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#012422",
"textColor": "#D9F6EF",
"borderColor": null,
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#3EDAB2",
"textColor": "#06312E",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#171717",
"borderColor": "#E0E0E0",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://images.ctfassets.net/5nvgvgqbpp73/6f63ePFTcBtQIWJiVIbKVV/708831f68f139c954afadead4486d894/White_Dataiku_Lockup_Logo.svg",
"favicon": "https://www.dataiku.com/favicon.png",
"ogImage": "https://www.dataiku.com/WebsitePreview.png",
"logoAlt": "Logo"
}
}