Thistle Hex Code — #D8BFD8
RGB, HSL, and CMYK values for Thistle.
Last updated: April 6, 2026
Thistle Color Values
| Format | Value |
|---|---|
| HEX | #D8BFD8 |
| RGB | rgb(216, 191, 216) |
| HSL | hsl(300, 24%, 80%) |
| CMYK | cmyk(0%, 12%, 0%, 15%) |
About Thistle
Color psychology: Gentleness, grace.
Thistle (#D8BFD8) is a light shade of purple with a hue angle of 300° on the color wheel, 24% saturation, and 80% lightness. It's commonly used in web design, graphic design, and branding where gentleness, grace are desired associations.
In color theory, Thistle sits in the cool section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Thistle in Design
Web Design
Use Thistle 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 conveys gentleness, grace — 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: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 work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Thistle 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 without changing its core hue or saturation.
Colors That Go With Thistle
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Thistle?
What is Thistle in RGB and when should I use RGB?
How to use Thistle in CSS with different color formats?
What is the HSL value of Thistle and why is HSL useful for designers?
What is the CMYK value of Thistle for print design?
What colors pair well with Thistle in design projects?
Is Thistle (#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.