Slate Blue Hex Code — #6A5ACD
RGB, HSL, and CMYK values for Slate Blue.
Last updated: April 6, 2026
Slate Blue Color Values
| Format | Value |
|---|---|
| HEX | #6A5ACD |
| RGB | rgb(106, 90, 205) |
| HSL | hsl(248, 53%, 58%) |
| CMYK | cmyk(48%, 56%, 0%, 20%) |
About Slate Blue
Color psychology: Creativity, wisdom.
Slate Blue (#6A5ACD) is a medium shade of blue with a hue angle of 248° on the color wheel, 53% saturation, and 58% lightness. It's commonly used in web design, graphic design, and branding where creativity, wisdom are desired associations.
In color theory, Slate Blue sits in the cool section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Slate Blue in Design
Web Design
Use Slate Blue for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Slate Blue conveys creativity, wisdom — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:48% M:56% Y:0% K:20%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Slate Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Slate Blue in CSS
/* Using HEX */ color: #6A5ACD; background-color: #6A5ACD; /* Using RGB */ color: rgb(106, 90, 205); /* Using HSL — best for creating variations */ color: hsl(248, 53%, 58%); /* Transparent overlay (50% opacity) */ background-color: rgba(106, 90, 205, 0.5); /* Lighter variant for hover states */ background-color: hsl(248, 53%, 68%); /* Darker variant for active states */ background-color: hsl(248, 53%, 48%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Slate Blue without changing its core hue or saturation.
Colors That Go With Slate Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Slate Blue?
What is Slate Blue in RGB and when should I use RGB?
How to use Slate Blue in CSS with different color formats?
What is the HSL value of Slate Blue and why is HSL useful for designers?
What is the CMYK value of Slate Blue for print design?
What colors pair well with Slate Blue in design projects?
Is Slate Blue (#6A5ACD) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.