The logo, the palette, the typeface, and the gradients. What to use, when to use it, and how not to.
Two versions, full and mark, each in a dark and a light colorway. SVG is the master; PNG is for tools that cannot place vector art.
Favicons, app icons, avatars, and tight spaces where the wordmark would drop below 24px tall.
Keep a margin around the logo equal to the height of the mark. Nothing else, text or imagery, comes inside that space.
Full logo: 24px tall on screen, 8mm in print. Below that, switch to the mark, which holds down to 16px.
SVG for web, apps, and any document that will be scaled. PNG (2× resolution, transparent) for email signatures, slide tools, and social profiles.
Four families, each an 11-step scale exposed as Tailwind utilities (bg-blue-600, text-orange-500, and so on). Blue is the brand; the rest have one job each.
| Color | Use it for |
|---|---|
| Simple Blue | Everywhere the brand needs to be felt: headers, primary buttons, headings on dark, links. The dominant color on any screen or page. |
| Portland Orange | One accent per screen. The single call to action, the eyebrow dot, a caveat or estimate. If two things are orange, neither is the accent. |
| Keppel | Charts and data visualization, so a series color never gets confused with a status color. Not for buttons or text. |
| Gray | Text, borders, and surfaces. Cool-tinted to sit with the blue; never mix in a warm or neutral gray from another palette. |
| White | The default surface. Most of a Simple screen is white; the palette is what sits on it. |
Contrast ratios, semantic roles (success, warning, danger), and dark mode are covered on Foundations.
One typeface. Manrope is a geometric sans with a large x-height that stays legible at the small sizes healthcare data demands.
For code, identifiers, and columns of numbers. Never for headings or emphasis.
Bold or Semibold, tight tracking, blue-900 on light and white on dark. Sentence case, not Title Case.
Regular, gray-700, relaxed leading. 14px in product screens, 16px in documents and marketing.
Bold, uppercase, wide tracking, 12px. Eyebrows, tags, and table headers. Use sparingly; more than one per screen region turns to noise.
Both typefaces are free under the SIL Open Font License and available from Google Fonts: Manrope and Noto Sans Mono. The full type scale, line heights, and readability rules are on Foundations.
Three blue gradients, all running top-left to bottom-right across two adjacent steps of the scale. The subtle shift adds depth without reading as a second color.
| Gradient | Class | Use for |
|---|---|---|
| Light blue | bg-gradient-to-br from-blue-100 to-blue-200 | Tinted panels, feature callouts, and slide backgrounds that hold dark text. |
| Bright blue | bg-gradient-to-br from-blue-500 to-blue-600 | Buttons, stat tiles, and small hero elements that hold white text. |
| Dark blue | bg-gradient-to-br from-blue-700 to-blue-800 | Page heroes, title slides, footers. The light logo sits on this. |
to-br: light corner top-left, dark corner bottom-right. A gradient running the other way, or across non-adjacent steps, reads as a different brand.The same rules, applied outside the product: reports, decks, one-pagers, and proposals. The goal is that a slide and a screen look like the same company made them.
| Element | Rule |
|---|---|
| Title slide, cover page | Dark blue gradient with the light full logo top-left. Title in white Manrope Bold, subtitle in blue-100. |
| Content slides, body pages | White background, dark full logo small in a corner. Headings blue-900, body gray-700. |
| Section dividers | Light blue gradient with blue-900 text. Give the section number in orange-600. |
| Tables | Blue-900 header text on blue-50, gray-200 rules, no vertical lines. Numbers right-aligned in Noto Sans Mono. |
| Charts | Keppel for the primary series, blue-600 for the second, gray-400 for context. Orange only to highlight one point. |
| Callouts and estimates | Orange-50 panel with orange-800 text, mirroring the Callout component, so a caveat looks the same in a deck as in the app. |
| Footer | Page number, document title, and "Simple Healthcare" in gray-500 12px. Nothing else. |
Reports, one-pagers, and proposals. Cover page, heading styles, and table style are pre-set.
Title, section divider, and content layouts with the logo and gradients in place.