Pastel Purple Hex Code — #B39EB5
RGB, HSL, and CMYK values for Pastel Purple.
Last updated: April 6, 2026
Pastel Purple Color Values
| Format | Value |
|---|---|
| HEX | #B39EB5 |
| RGB | rgb(179, 158, 181) |
| HSL | hsl(295, 13%, 66%) |
| CMYK | cmyk(1%, 13%, 0%, 29%) |
About Pastel Purple
Color psychology: Creativity, calm.
Pastel Purple (#B39EB5) is a medium shade of purple with a hue angle of 295° on the color wheel, 13% saturation, and 66% lightness. It's commonly used in web design, graphic design, and branding where creativity, calm are desired associations.
In color theory, Pastel Purple 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 Pastel Purple in Design
Web Design
Use Pastel 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
Pastel Purple conveys creativity, calm — 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:1% M:13% Y:0% K:29%) 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 Pastel Purple work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Pastel Purple in CSS
/* Using HEX */ color: #B39EB5; background-color: #B39EB5; /* Using RGB */ color: rgb(179, 158, 181); /* Using HSL — best for creating variations */ color: hsl(295, 13%, 66%); /* Transparent overlay (50% opacity) */ background-color: rgba(179, 158, 181, 0.5); /* Lighter variant for hover states */ background-color: hsl(295, 13%, 76%); /* Darker variant for active states */ background-color: hsl(295, 13%, 56%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Pastel Purple without changing its core hue or saturation.
Colors That Go With Pastel Purple
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Pastel Purple?
What is Pastel Purple in RGB and when should I use RGB?
How to use Pastel Purple in CSS with different color formats?
What is the HSL value of Pastel Purple and why is HSL useful for designers?
What is the CMYK value of Pastel Purple for print design?
What colors pair well with Pastel Purple in design projects?
Is Pastel Purple (#B39EB5) 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.