Color Documentation
Complete overview of all colors used in the BizKitHub platform. Click on any color to copy its HEX code to clipboard.
🎨 Platform Primary Color
The main identifying color of the entire BizKitHub platform is orange #ec6c50
. This color is used for all key user interface elements, buttons, links and highlights.
Main Project Colors
Basic color palette used across the entire platform
Primary
Primary orange color of the platform
Secondary
Secondary light color
Font
Main text color
Header Background
Header background color
Gray Light
Very light gray
Gray
Light gray
Light Theme - Primary Colors
Primary color scale for light mode
primary50
primary100
primary200
primary300
primary400
primary500
Brand primary
primary600
primary700
primary800
Light Theme - Text Colors
Text colors for light mode
textPrimary
textSecondary
textTertiary
textInverse
Light Theme - Neutral Gray
Neutral gray palette for light mode
neutralGray900
neutralGray800
neutralGray700
neutralGray600
neutralGray500
neutralGray400
neutralGray300
neutralGray200
neutralGray100
neutralGray50
neutralGray25
Light Theme - Content Colors
Content colors for different hierarchy levels
content01
content02
content03
content04
content05
content06
content07
content08
content09
content10
content11
Status Colors
Colors for states - errors, success, warnings
errorPrimary
errorHover
errorDisabled
successPrimary
successHover
successDisabled
Dark Theme Colors
Color palette for dark mode
brandPrimary
textPrimary
textSecondary
textInverse
primary50
primary100
primary200
primary300
primary400
primary500
Brand primary
primary600
primary700
primary800
errorPrimary
Legacy Colors
Older color definitions - gradually being replaced by new ones
appLightBackground
appLightFont
appDarkBackground
appDarkSecondaryBackground
appDarkActiveBackground
appDarkHoverBackground
appDarkSeparator
appDarkText
appDarkTextHover
appDarkSystemContentBackground
appDarkSystemHeader
appDarkSystemHeaderBorder
black
blackBackground
blackDark
white
whiteLightBackground
grayLight
grayUltraLight
grayDark
warningBackground
warningBorder
pastelButtonBlue
pastelBlue
pastelBlueLight
red
orange
prideRed
prideOrange
prideYellow
prideGreen
prideBlue
pridePurple
Accessibility & Usage Guidelines
🌟 Design Philosophy
We prioritize user accessibility and prefer light theme designs across all BizKitHub applications. All headers and footers consistently use dark bars (#1d2125) to maintain visual hierarchy and brand consistency.
♿ Accessibility Standards
WCAG 2.1 Compliance
- • AA Level: Minimum contrast ratio of 4.5:1 for normal text
- • AAA Level: Preferred contrast ratio of 7:1 for enhanced readability
- • Large Text: Minimum contrast ratio of 3:1 for text 18pt+ or 14pt+ bold
- • Non-text Elements: Minimum contrast ratio of 3:1 for UI components
✅ Best Practices
- • Use primary orange (#ec6c50) for main actions and CTAs
- • Maintain proper text-to-background contrast ratios
- • Use consistent color palette across all interfaces
- • Test colors in different lighting conditions
- • Always use dark headers/footers (#1d2125) for consistency
- • Prefer light theme as the default user experience
⚠️ What to Avoid
- • Don't use too many colors simultaneously
- • Avoid low contrast combinations
- • Don't change primary color without consultation
- • Don't use legacy colors in new projects
- • Avoid pure black (#000) and pure white (#fff) for text
- • Don't rely solely on color to convey information
🎯 Implementation Guidelines
When implementing colors in projects, always consider users with visual impairments. Use semantic color names in your CSS/design tokens, test with accessibility tools, and provide alternative ways to distinguish information beyond color alone.