Dark Pastel Purple (#966FD6)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.79:1 — vs black: 5.54:1

Color values

  • HEX #966FD6
  • RGB rgb(150, 111, 214)
  • HSL hsl(262, 48%, 83%)
  • CMYK cmyk( 29.91, 48.13, 0, 16.08 )
  • Websafe #9966CC

Tags

Mood

No tags yet.

Style

No tags yet.

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #966FD6 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Dark Pastel Purple
#966FD6 Base
#AFD66F
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Dark Pastel Purple
#966FD6 Base
#6F7CD6
#C96FD6
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Dark Pastel Purple
#966FD6 Base
#D6966F
#6FD696
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Dark Pastel Purple
#966FD6 Base
#D6C96F
#7CD66F
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Dark Pastel Purple
#966FD6 Base
#D66F7C
#AFD66F
#6FD6C9
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Dark Pastel Purple
#966FD6 Base
#4A2686
#6B37C1
#7F4FCD
#AD8FDF
#C1ABE7
#EDE6F8
Shades & Tints

Darker shades and lighter tints of Dark Pastel Purple, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0B0614
#251342
#3F2071
#592DA0
#7440C9
Dark Pastel Purple #966FD6 Base
#A888DD
#BAA1E4
#CCB9EB
#DED2F2
#F1EBF9
CSS & SCSS Snippets

Ready-to-use code snippets for #966FD6. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #966FD6;
}

/* Text */
.element {
    color: #966FD6;
}

/* Border */
.element {
    border: 1px solid #966FD6;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #966FD6,
        #DBEAC2
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #966FD6,
        #DBEAC2
    );
}
SCSS Variable
// SCSS variable
$dark-pastel-purple: #966FD6;

// With RGB channels (useful for rgba() usage)
$dark-pastel-purple-r: 150;
$dark-pastel-purple-g: 111;
$dark-pastel-purple-b: 214;

// Usage
.element {
    background-color: $dark-pastel-purple;
    color: rgba($dark-pastel-purple-r, $dark-pastel-purple-g, $dark-pastel-purple-b, 0.8);
}
Color Blindness Simulation

How Dark Pastel Purple appears to people with different types of color vision deficiency.

Normal Vision #966FD6 How the color appears with full color vision.
Deuteranopia #7C7CD6 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #7474D6 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #868282 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #838383 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Dark Pastel Purple ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Dark Pastel Purple #966FD6 Base
Medium Purple #9370DB ΔE 1.25
Amethyst #9966CC ΔE 3.27
Rich Lavender #A76BCF ΔE 4.37
Ube #8878C3 ΔE 5.45

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.