NetSuite Brand: Colors, Fonts, Logo & Visual Identity
NetSuite Brand Identity
A complete profile of NetSuite's visual system — colors, typography, components, and personality — extracted from https://netsuite.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://netsuite.com.
- Primary: #759C6C (rgb(117, 156, 108))
- Secondary: #1A2F3F (rgb(26, 47, 63))
- Accent: #1EB6EC (rgb(30, 182, 236))
- Background: #BEC0C2 (rgb(190, 192, 194))
- Text Primary: #433F3B (rgb(67, 63, 59))
- Link: #1EB6EC (rgb(30, 182, 236))
Typography
Each font links to its Google Fonts page where available.
- Primary: Oracle Sans
- Heading: Oracle Sans
- Font Stacks:
- Heading: Oracle Sans, arial-black, sans-serif
- Body: Oracle Sans, sans-serif
Visual Assets
UI Components
Live previews rendered using NetSuite's actual button styles.
Input
- background: #4E4944
- textColor: #E4E1DD
- borderColor: null
- borderRadius: 50px
- shadow: none
Button Primary
- background: #1A2F3F
- textColor: #F8F9FA
- borderRadius: 4px
- shadow: none
Button Secondary
- background: #312D2A
- textColor: #FFFFFF
- borderColor: #312D2A
- borderRadius: 4px
- shadow: none
Brand Personality
- Tone: professional
- Energy: medium
- Audience: business professionals
Frequently Asked Questions
What is NetSuite's primary brand color?
NetSuite's primary brand color is #759C6C. It anchors the visual identity across their website, product UI, and marketing materials.What accent color does NetSuite use?
NetSuite uses #1EB6EC as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.What font does NetSuite use?
NetSuite uses Oracle Sans as the primary typeface across body and headings.Does NetSuite use a light or dark theme?
NetSuite's primary site uses a light color scheme, with a background of #BEC0C2.Where can I find NetSuite's logo?
NetSuite's logo is available directly on their site (https://netsuite.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://netsuite.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 NetSuite.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Oracle Sans",
"role": "body"
}
],
"colors": {
"primary": "#759C6C",
"secondary": "#1A2F3F",
"accent": "#1EB6EC",
"background": "#BEC0C2",
"textPrimary": "#433F3B",
"link": "#1EB6EC"
},
"typography": {
"fontFamilies": {
"primary": "Oracle Sans",
"heading": "Oracle Sans"
},
"fontStacks": {
"heading": [
"Oracle Sans",
"arial-black",
"sans-serif"
],
"body": [
"Oracle Sans",
"sans-serif"
],
"paragraph": [
"Oracle Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "34px",
"h2": "60px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {
"input": {
"background": "#4E4944",
"textColor": "#E4E1DD",
"borderColor": null,
"borderRadius": "50px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#1A2F3F",
"textColor": "#F8F9FA",
"borderRadius": "4px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#312D2A",
"textColor": "#FFFFFF",
"borderColor": "#312D2A",
"borderRadius": "4px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.netsuite.com/portal/assets/img/Oracle-NetSuite-Logo-white.svg",
"favicon": "https://www.netsuite.com/portal/assets/ico/favicon.ico",
"logoAlt": "Oracle / NetSuite"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
}
}