Conduct Brand: Colors, Fonts, Logo & Visual Identity
Conduct Brand Identity
A complete profile of Conduct's visual system — colors, typography, components, and personality — extracted from Conduct. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from Conduct.
| Type | Color Code | RGB |
|---|---|---|
| primary | #D5F157 | rgb(213, 241, 87) |
| secondary | #4A5565 | rgb(74, 85, 101) |
| accent | #D5F157 | rgb(213, 241, 87) |
| background | #F4F2EA | rgb(244, 242, 234) |
| textPrimary | #16171C | rgb(22, 23, 28) |
| link | #E3E4D5 | rgb(227, 228, 213) |
Typography
Each font links to its Google Fonts page where available.
| Type | Font | Google Fonts Link |
|---|---|---|
| primary | boosterSans | Google Fonts → |
| heading | messinaSerif | Google Fonts → |
UI Components
Live previews rendered using Conduct's actual button styles.
Button Primary
- background: #D5F157
- textColor: #000000
- borderRadius: 4px
- shadow: none
Button Secondary
- background: #16171C
- textColor: #FFFEFB
- borderRadius: 33554400px
- shadow: none
Brand Personality
Tone: modern
Energy: medium
Audience: business professionals
Frequently Asked Questions
What is Conduct's primary brand color?
Conduct's primary brand color is #D5F157. It anchors the visual identity across their website, product UI, and marketing materials.
What font does Conduct use?
Conduct uses boosterSans for body text and messinaSerif for headings. Fonts were detected on Conduct as part of their live design system.
Does Conduct use a light or dark theme?
Conduct's primary site uses a light color scheme, with a background of #F4F2EA.
Where can I find Conduct's logo?
Conduct's logo is available directly on their site (Conduct). 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 Conduct 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 Conduct.
Images
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{"family": "boosterSans", "role": "body"},
{"family": "messinaSerif", "role": "heading"}
],
"colors": {
"primary": "#D5F157",
"secondary": "#4A5565",
"accent": "#D5F157",
"background": "#F4F2EA",
"textPrimary": "#16171C",
"link": "#E3E4D5"
},
"typography": {
"fontFamilies": {"primary": "boosterSans", "heading": "messinaSerif"},
"fontStacks": {
"heading": ["messinaSerif"],
"body": ["boosterSans"]
},
"fontSizes": {"h1": "64px", "h2": "48px", "body": "20px"}
},
"components": {
"buttonPrimary": {"background": "#D5F157", "textColor": "#000000", "borderRadius": "4px"},
"buttonSecondary": {"background": "#16171C", "textColor": "#FFFEFB", "borderRadius": "33554400px"}
}
}