Brutal-blue is one of the color families shipped with this release. Unapologetic primary blue..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50brutal-blue-50#3366ffLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100brutal-blue-100#3366ffVery light — section backgrounds, badges on light UI, tinted code blocks.
200brutal-blue-200#3366ffLight — borders on light themes, dividers with personality, chip backgrounds.
300brutal-blue-300#3366ffSoft — secondary borders, disabled states with color, placeholder decorations.
400brutal-blue-400#3366ffMedium-light — icons on dark surfaces, decorative accents, chart lines.
500brutal-blue-500#3366ffThe primary step — buttons, links, brand fills, key interactive elements.
600brutal-blue-600#3366ffHover step — hover states for 500 elements, or primary on very light UIs.
700brutal-blue-700#3366ffActive step — pressed states, emphasized text on light tinted backgrounds.
800brutal-blue-800#3366ffDark — text on light palettes, headers in tinted sections, dark UI fills.
900brutal-blue-900#3366ffVery dark — deep section backgrounds, high-contrast text carriers.
950brutal-blue-950#3366ffDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-brutal-blue-500 text-white p-6 rounded-xl">Brutal-blue surface</div>
<p class="text-brutal-blue-600 dark:text-brutal-blue-400">Adaptive text</p>
<div class="border border-brutal-blue-200 dark:border-brutal-blue-800 bg-brutal-blue-50 dark:bg-brutal-blue-950 p-4 rounded-lg">Panel</div>

Per-usage guides#

Contrast#

Flip point: shades 50–400 want dark text (text-slate-900); shades 500+ want white text. Verify with the accessibility/color-contrast|contrast guide.

colors/brutal-yellow|brutal-yellow · colors/neon-purple|neon-purple · colors/color-pairing|Pairing recipes