Thistle Purple Hex Code — #D8BFD8
RGB, HSL, and CMYK values for Thistle Purple.
Last updated: April 6, 2026
Thistle Purple Color Values
| Format | Value |
|---|---|
| HEX | #D8BFD8 |
| RGB | rgb(216, 191, 216) |
| HSL | hsl(300, 24%, 80%) |
| CMYK | cmyk(0%, 12%, 0%, 15%) |
When to Use Thistle Purple in Design
Web Design
Use Thistle Purple as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Thistle Purple can work as a primary or accent brand color. Test it across different media (screen, print, merchandise) to ensure consistent appearance.
Print Design
Use the CMYK values (C:0% M:12% Y:0% K:15%) 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 Thistle Purple work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Thistle Purple in CSS
/* Using HEX */ color: #D8BFD8; background-color: #D8BFD8; /* Using RGB */ color: rgb(216, 191, 216); /* Using HSL — best for creating variations */ color: hsl(300, 24%, 80%); /* Transparent overlay (50% opacity) */ background-color: rgba(216, 191, 216, 0.5); /* Lighter variant for hover states */ background-color: hsl(300, 24%, 90%); /* Darker variant for active states */ background-color: hsl(300, 24%, 70%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Thistle Purple without changing its core hue or saturation.
Colors That Go With Thistle Purple
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Thistle Purple?
What is Thistle Purple in RGB and when should I use RGB?
How to use Thistle Purple in CSS with different color formats?
What is the HSL value of Thistle Purple and why is HSL useful for designers?
What is the CMYK value of Thistle Purple for print design?
What colors pair well with Thistle Purple in design projects?
Is Thistle Purple (#D8BFD8) 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.