HueWiz / Colors / Darkslateblue
#483D8B

Darkslateblue

Darkslateblue is a moderately saturated, dark cool blue (#483D8B).

Build palettes with Darkslateblue →

Using Darkslateblue in your designs

Darkslateblue is a dark, moderately saturated take on blue. Colors in this range are commonly associated with trust, calm and competence, which makes darkslateblue a natural fit for corporate branding, links and interfaces that need to feel dependable.

With a 9.07:1 contrast ratio against white, darkslateblue 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 2.32:1, so stick with white type on darkslateblue surfaces.

For pairings, the complement of darkslateblue sits at 68° — #808A3D, close to darkolivegreen — 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 darkslateblue in the palettes below, with copy-ready codes.

Darkslateblue color palettes

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

Complementary

Analogous

Triadic

Split-complementary

Tetradic

Monochromatic

Tints and shades of Darkslateblue

Tints mix darkslateblue 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 darkslateblue performs, plus how it appears under the three main types of dichromatic color blindness (simulated approximation).

PairingRatioNormal textLarge text
White text on Darkslateblue9.07:1AAAAAA
Black text on Darkslateblue2.32:1FailFail
Protanopia#434378
Deuteranopia#444574
Tritanopia#476966

Darkslateblue in code

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

:root {
  --darkslateblue: #483D8B;
  --darkslateblue-rgb: 72, 61, 139;
  --darkslateblue-tint: #9A94BF;
  --darkslateblue-shade: #28224C;
}

.btn-darkslateblue {
  background: var(--darkslateblue);
  color: #ffffff;
}
// tailwind.config.js
colors: {
  'darkslateblue': {
    DEFAULT: '#483D8B',
    light: '#9A94BF',
    dark: '#28224C',
  },
}

Colors similar to Darkslateblue

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

← PreviousdarkseagreenNext →darkslategray
Copied