Slate Blue (#6A5ACD)
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: 5.31:1 — vs black: 3.96:1
Color values
-
HEX
#6A5ACD -
RGB
rgb(106, 90, 205) -
HSL
hsl(248, 56%, 80%) -
CMYK
cmyk( 48.29, 56.1, 0, 19.61 ) -
Websafe
#6666CC
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #6A5ACD based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#6A5ACD
Base
#BDCD5A
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#6A5ACD
Base
#5A83CD
#A35ACD
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#6A5ACD
Base
#CD6A5A
#5ACD6A
Two colors flanking the complement — high contrast with less tension than full complementary.
#6A5ACD
Base
#CDA35A
#83CD5A
Four colors at 90° intervals — rich variety, best when one color dominates.
#6A5ACD
Base
#CD5A83
#BDCD5A
#5ACDA3
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#6A5ACD
Base
#2C216D
#4333A8
#4E3BC3
#8679D6
#9F95DF
#D4CFF1
Darker shades and lighter tints of Slate Blue, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#080614
#18123D
#291F66
#392C90
#4A38B9
#6A5ACD
Base
#8477D6
#9F94DF
#B9B1E7
#D3CEF0
#EDEBF9
Ready-to-use code snippets for #6A5ACD. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #6A5ACD;
}
/* Text */
.element {
color: #6A5ACD;
}
/* Border */
.element {
border: 1px solid #6A5ACD;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#6A5ACD,
#E1E9B1
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#6A5ACD,
#E1E9B1
);
}
// SCSS variable
$slate-blue: #6A5ACD;
// With RGB channels (useful for rgba() usage)
$slate-blue-r: 106;
$slate-blue-g: 90;
$slate-blue-b: 205;
// Usage
.element {
background-color: $slate-blue;
color: rgba($slate-blue-r, $slate-blue-g, $slate-blue-b, 0.8);
}
How Slate Blue appears to people with different types of color vision deficiency.
#6A5ACD
How the color appears with full color vision.
#5F5FCD
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#5C5CCD
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#4E7171
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6B6B6B
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.