Blush Hex Code — #DE5D83
RGB, HSL, and CMYK values for Blush.
Last updated: April 6, 2026
Blush Color Values
| Format | Value |
|---|---|
| HEX | #DE5D83 |
| RGB | rgb(222, 93, 131) |
| HSL | hsl(342, 66%, 62%) |
| CMYK | cmyk(0%, 58%, 41%, 13%) |
About Blush
Color psychology: Modesty, warmth.
Blush (#DE5D83) is a medium shade of pink with a hue angle of 342° on the color wheel, 66% saturation, and 62% lightness. It's commonly used in web design, graphic design, and branding where modesty, warmth are desired associations.
In color theory, Blush sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Blush in Design
Web Design
Use Blush 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
Blush conveys modesty, warmth — 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:58% Y:41% K:13%) 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 Blush work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Blush in CSS
/* Using HEX */ color: #DE5D83; background-color: #DE5D83; /* Using RGB */ color: rgb(222, 93, 131); /* Using HSL — best for creating variations */ color: hsl(342, 66%, 62%); /* Transparent overlay (50% opacity) */ background-color: rgba(222, 93, 131, 0.5); /* Lighter variant for hover states */ background-color: hsl(342, 66%, 72%); /* Darker variant for active states */ background-color: hsl(342, 66%, 52%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Blush without changing its core hue or saturation.
Colors That Go With Blush
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for Blush?
What is Blush in RGB and when should I use RGB?
How to use Blush in CSS with different color formats?
What is the HSL value of Blush and why is HSL useful for designers?
What is the CMYK value of Blush for print design?
What colors pair well with Blush in design projects?
Is Blush (#DE5D83) 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.