
Splunk — Splunk's React component toolkit and design language for building consistent enterprise data and dashboard interfaces.
Palette, type ramp, spacing grid, radius, elevation and motion — restated in our own structure from Splunk UI's public references. Factual values for study; the official docs remain canonical.
Splunk Orange
Brand accent
--splunk-orange
Action Blue
Links and primary actions (Enterprise light)
--splunk-link
Text
Primary text
--splunk-text
Secondary Text
Secondary text
--splunk-text-muted
White
Surfaces
--splunk-surface
Gray 96
Panel background
--splunk-gray-96
Border
Borders
--splunk-border
Error Red
Errors and alert severities
--splunk-error
Success Green
Success
--splunk-success
Warning Yellow
Warnings
--splunk-warning
'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif
Weights: 400, 500, 700
Inconsolata, Consolas, monospace
Weights: 400
Base unit 4px
Popover
Exactly what ships in splunk-ui-design.md. This entry doesn't have a full editorial breakdown yet, so the spec covers the verified facts — profile, official source, and an AI-ready prompt.
# Splunk UI — Design Style Reference
> **Unofficial, community-authored reference.** Compiled by [designsystems.one](https://www.designsystems.one). Not affiliated with, endorsed by, or sponsored by Splunk. "Splunk UI" and related marks belong to their respective owners. This document describes publicly observable style attributes in original words — it contains no copied documentation, logos, icon artwork, or original token files. Always defer to the official source for canonical, current values.
**System:** Splunk UI
**Owner:** Splunk
**Official documentation:** https://splunkui.splunk.com/
**Visual character:** SOC-floor pragmatism: severity colors that page on-call humans, dense 14px data type, and dashboards meant to run on wall monitors.
---
## Summary
Splunk's React component toolkit and design language for building consistent enterprise data and dashboard interfaces.
_Confidence: medium. Most values are publicly documented; a few are best-effort readings of the live product._
## Color tokens
| Color | Value | CSS variable | Role |
| --- | --- | --- | --- |
| Splunk Orange | `#f38037` | `--splunk-orange` | Brand accent |
| Action Blue | `#006eaa` | `--splunk-link` | Links and primary actions (Enterprise light) |
| Text | `#3c444d` | `--splunk-text` | Primary text |
| Secondary Text | `#6b7785` | `--splunk-text-muted` | Secondary text |
| White | `#ffffff` | `--splunk-surface` | Surfaces |
| Gray 96 | `#f2f4f5` | `--splunk-gray-96` | Panel background |
| Border | `#c3cbd4` | `--splunk-border` | Borders |
| Error Red | `#dc4e41` | `--splunk-error` | Errors and alert severities |
| Success Green | `#53a051` | `--splunk-success` | Success |
| Warning Yellow | `#f8be34` | `--splunk-warning` | Warnings |
## Typography
- **Body:** Splunk Platform Sans / system — weights 400, 500, 700 — `'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif`
- **Mono:** Inconsolata — weights 400 — `Inconsolata, Consolas, monospace`
## Type scale
| Step | Size | Line height |
| --- | --- | --- |
| title-1 | `24px` | `32px` |
| title-3 | `18px` | `24px` |
| body | `14px` | `20px` |
| small | `12px` | `16px` |
## Spacing
Base unit: `4px`
Scale: `4px` · `8px` · `12px` · `16px` · `24px` · `32px`
## Corner radius
| Name | Value |
| --- | --- |
| default | `3px` |
| large | `6px` |
## Elevation / shadows
| Name | Value |
| --- | --- |
| popover | `0 2px 8px rgba(0,0,0,0.2)` |
## Quick start (CSS)
```css
/* Splunk UI — illustrative tokens, restated as CSS custom properties.
Unofficial reference by designsystems.one; values are indicative, not
canonical. Official reference: https://splunkui.splunk.com/ */
:root {
/* Color */
--splunk-orange: #f38037; /* Brand accent */
--splunk-link: #006eaa; /* Links and primary actions (Enterprise light) */
--splunk-text: #3c444d; /* Primary text */
--splunk-text-muted: #6b7785; /* Secondary text */
--splunk-surface: #ffffff; /* Surfaces */
--splunk-gray-96: #f2f4f5; /* Panel background */
--splunk-border: #c3cbd4; /* Borders */
--splunk-error: #dc4e41; /* Errors and alert severities */
--splunk-success: #53a051; /* Success */
--splunk-warning: #f8be34; /* Warnings */
/* Typography */
--font-body: 'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif;
--font-mono: Inconsolata, Consolas, monospace;
/* Type scale */
--text-title-1: 24px /* line-height 32px */;
--text-title-3: 18px /* line-height 24px */;
--text-body: 14px /* line-height 20px */;
--text-small: 12px /* line-height 16px */;
/* Spacing */
--space-1: 4px;
--space-2: 8px;
--space-3: 12px;
--space-4: 16px;
--space-5: 24px;
--space-6: 32px;
/* Radius */
--radius-default: 3px;
--radius-large: 6px;
/* Elevation */
--shadow-popover: 0 2px 8px rgba(0,0,0,0.2);
}
```
## Engineering profile
- **Ships for:** React
- **Source model:** Open source
## Apply this style with an AI tool
Paste this into your AI coding assistant as a direction, then iterate:
> Design in the spirit of Splunk UI by Splunk — Splunk's React component toolkit and design language for building consistent enterprise data and dashboard interfaces. Character: SOC-floor pragmatism: severity colors that page on-call humans, dense 14px data type, and dashboards meant to run on wall monitors. Use a primary colour near #f38037, the typeface "Splunk Platform Sans / system" (or a close equivalent), corner radius around 3px, a spacing rhythm on a 4px base. Match the intent, not the pixels; adapt it to my product rather than cloning it.
## Official reference
- [Splunk UI documentation](https://splunkui.splunk.com/)
---
_Generated by [designsystems.one](https://www.designsystems.one/design-systems/splunk-ui) — a catalogue of public design systems. Style facts are reported for reference and education; adapt them to your own product. Report issues or takedown requests via the site._
Want the deep dive?
Splunk UIdoesn't have a full editorial breakdown yet — those cover origin, governance, token decisions, and the components worth studying. Thirty-seven anchor systems do.