Thistle Hex Code — #D8BFD8
RGB, HSL, and CMYK values for Thistle.
Thistle Color Values
| Format | Value |
|---|---|
| HEX | #D8BFD8 |
| RGB | rgb(216, 191, 216) |
| HSL | hsl(300, 24%, 80%) |
| CMYK | cmyk(0%, 12%, 0%, 15%) |
Want to explore more shades? Use our Color Converter
About Thistle
Color psychology: Gentleness, grace.
Thistle (#D8BFD8) is a light shade of purple. It's commonly used in web design, graphic design, and branding where gentleness, grace are desired associations.
How to Use Thistle in CSS
/* Using HEX */ color: #D8BFD8; background-color: #D8BFD8; /* Using RGB */ color: rgb(216, 191, 216); /* Using HSL */ color: hsl(300, 24%, 80%);