Puce Hex Code — #CC8899
RGB, HSL, and CMYK values for Puce.
Last updated: April 6, 2026
Puce Color Values
| Format | Value |
|---|---|
| HEX | #CC8899 |
| RGB | rgb(204, 136, 153) |
| HSL | hsl(345, 40%, 67%) |
| CMYK | cmyk(0%, 33%, 25%, 20%) |
About Puce
Color psychology: Subtlety, complexity.
Puce (#CC8899) is a medium shade of pink with a hue angle of 345° on the color wheel, 40% saturation, and 67% lightness. It's commonly used in web design, graphic design, and branding where subtlety, complexity are desired associations.
In color theory, Puce sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Puce in Design
Web Design
Use Puce 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
Puce conveys subtlety, complexity — 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:33% Y:25% 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 Puce work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Puce in CSS
/* Using HEX */ color: #CC8899; background-color: #CC8899; /* Using RGB */ color: rgb(204, 136, 153); /* Using HSL — best for creating variations */ color: hsl(345, 40%, 67%); /* Transparent overlay (50% opacity) */ background-color: rgba(204, 136, 153, 0.5); /* Lighter variant for hover states */ background-color: hsl(345, 40%, 77%); /* Darker variant for active states */ background-color: hsl(345, 40%, 57%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Puce without changing its core hue or saturation.
Colors That Go With Puce
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for Puce?
What is Puce in RGB and when should I use RGB?
How to use Puce in CSS with different color formats?
What is the HSL value of Puce and why is HSL useful for designers?
What is the CMYK value of Puce for print design?
What colors pair well with Puce in design projects?
Is Puce (#CC8899) 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.