netskope.json
Netskope Brand Identity
A complete profile of Netskope's visual system — colors, typography, components, and personality — extracted from https://netskope.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/netskope
- Machine-readable JSON: https://characterquilt.com/branding/netskope.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #FF8200 |
| Accent | #FF8200 |
| Body Font | Inter |
| Heading Font | Lora |
Color Palette
- primary: #FF8200
- secondary: #F57E20
- accent: #FF8200
- background: #FFFFFF
- textPrimary: #081A59
- link: #081A59
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Lora — https://fonts.google.com/specimen/Lora
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FF8200, textColor=#081A59, borderColor=#FF8200, borderRadius=100px, shadow=none
- buttonSecondary: background=#AFF198, textColor=#081A59, borderRadius=100px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Netskope Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials:
- Investor Relations - Netskope
- Image:
- Source: Investor Relations
- When Infrastructure Decisions Shape Growth Outcomes - Netskope
- Image:
- Source: Infrastructure Blog
- Netskope DSPM Licensing - Netskope Knowledge Portal
- Image:
- Source: DSPM Licensing
- Enabling Proactive IT: How AI is Transforming Network Visibility - Netskope
- Image:
- Source: Proactive IT Blog
- Beyond LLMs: The Strategic Need for MCP Security - Netskope
- Image:
- Source: MCP Security Blog
- Advanced Analytics for Cloud Platforms | Community
- Image:
- Source: Advanced Analytics Community
Working with these fonts
Not found on Google Fonts? Follow any of the suggested methods to capture the fonts if you have permission to use the brand assets.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Lora",
"role": "heading"
}
],
"colors": {
"primary": "#FF8200",
"secondary": "#F57E20",
"accent": "#FF8200",
"background": "#FFFFFF",
"textPrimary": "#081A59",
"link": "#081A59"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Lora"
},
"fontStacks": {
"heading": [
"Inter"
],
"body": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"Liberation Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"Inter"
]
},
"fontSizes": {
"h1": "85px",
"h2": "40px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "15px"
},
"components": {
"buttonPrimary": {
"background": "#FF8200",
"textColor": "#081A59",
"borderColor": "#FF8200",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#AFF198",
"textColor": "#081A59",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.netskope.com/wp-content/themes/netskope/images/v3/netskope-logo-reverse.svg",
"favicon": "https://www.netskope.com/wp-content/uploads/2019/04/cropped-favicon-32x32.png",
"ogImage": "https://www.netskope.com/wp-content/uploads/2021/09/netskope-share-1200x627-1.jpg",
"logoHref": "/",
"logoAlt": "Netskope logo"
}
}