HueWiz / Colors / Blueviolet
#8A2BE2

Blueviolet

Blueviolet is a rich, strongly saturated, mid-toned cool purple (#8A2BE2).

Build palettes with Blueviolet →

Using Blueviolet in your designs

Blueviolet reads as a rich, strongly saturated purple with a cool temperament. Colors in this range are commonly associated with creativity, luxury and imagination, which makes blueviolet a natural fit for premium products, beauty brands and creative tools.

With a 5.96:1 contrast ratio against white, blueviolet is dark enough to carry white text at any size — use it confidently for buttons, headers and filled UI elements. Against black text it manages 3.52:1, so stick with white type on blueviolet surfaces.

For pairings, the complement of blueviolet sits at 91° — #84E22C, close to greenyellow — and delivers the strongest possible hue contrast; use it sparingly, in roughly a 90/10 split, so the two don't fight. For calmer schemes, the analogous colors 30° to either side keep the same cool temperature, while the triadic pair gives you a balanced three-color palette. All of these are computed for blueviolet in the palettes below, with copy-ready codes.

Blueviolet color palettes

Every palette below is computed from blueviolet's position on the color wheel (hue 271°). Hover any swatch to see its code; click to copy.

Complementary

Analogous

Triadic

Split-complementary

Tetradic

Monochromatic

Tints and shades of Blueviolet

Tints mix blueviolet toward white; shades mix it toward black. Use the scale for hover states, borders and depth without leaving the hue.

Shades → base → tints

Contrast & accessibility

WCAG 2.1 requires 4.5:1 for normal text (AA) and 3:1 for large text. Here's how blueviolet performs, plus how it appears under the three main types of dichromatic color blindness (simulated approximation).

PairingRatioNormal textLarge text
White text on Blueviolet5.96:1AAAAA
Black text on Blueviolet3.52:1FailAA
Protanopia#6160B6
Deuteranopia#666EAB
Tritanopia#85938B

Blueviolet in code

Copy-ready snippets. In CSS you can also use the keyword blueviolet directly.

:root {
  --blueviolet: #8A2BE2;
  --blueviolet-rgb: 138, 43, 226;
  --blueviolet-tint: #BF8AEF;
  --blueviolet-shade: #4C187C;
}

.btn-blueviolet {
  background: var(--blueviolet);
  color: #ffffff;
}
// tailwind.config.js
colors: {
  'blueviolet': {
    DEFAULT: '#8A2BE2',
    light: '#BF8AEF',
    dark: '#4C187C',
  },
}

Colors similar to Blueviolet

The closest CSS named colors by perceptual (Lab) distance.

← PreviousblueNext →brown
Copied