Color Palette
Last updated
Color Name
HEX
RGB
Usage
Deep Space Navy
#01061E
rgb(1, 6, 30)
Primary background color for dark mode sections and hero areas.
Tech Fleet Blue
#0056A7
rgb(0, 86, 167)
Primary brand color. Used for primary buttons, links, and active states.
Action Blue
#1863DC
rgb(24, 99, 220)
Secondary blue used for hover states or secondary accents.
Growth Green
#56A045
rgb(86, 160, 69)
Success states, confirmation messages, and secondary brand accents.
Alert Orange
#EB4F26
rgb(235, 79, 38)
Error states, warnings, and destructive actions.
Pure White
#FFFFFF
rgb(255, 255, 255)
Primary background color for light mode sections and text on dark backgrounds.
Off-White
#F4F4F4
rgb(244, 244, 244)
Secondary background color for cards or alternating page sections.
Dark Gray (Text)
#212121
rgb(33, 33, 33)
Primary body text color on light backgrounds. Ensures WCAG 4.5:1 contrast.
Medium Gray
#757575
rgb(117, 117, 117)
Secondary text, placeholder text, and disabled states.
Last updated