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
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
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #966FD6 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#966FD6
Base
#AFD66F
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#966FD6
Base
#6F7CD6
#C96FD6
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#966FD6
Base
#D6966F
#6FD696
Two colors flanking the complement — high contrast with less tension than full complementary.
#966FD6
Base
#D6C96F
#7CD66F
Four colors at 90° intervals — rich variety, best when one color dominates.
#966FD6
Base
#D66F7C
#AFD66F
#6FD6C9
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#966FD6
Base
#4A2686
#6B37C1
#7F4FCD
#AD8FDF
#C1ABE7
#EDE6F8
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
#966FD6
Base
#A888DD
#BAA1E4
#CCB9EB
#DED2F2
#F1EBF9
Ready-to-use code snippets for #966FD6. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #966FD6;
}
/* Text */
.element {
color: #966FD6;
}
/* Border */
.element {
border: 1px solid #966FD6;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#966FD6,
#DBEAC2
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#966FD6,
#DBEAC2
);
}
// 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);
}
How Dark Pastel Purple appears to people with different types of color vision deficiency.
#966FD6
How the color appears with full color vision.
#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.
#7474D6
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#868282
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#838383
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.