Instagram Pink Hex Code — #E4405F
RGB, HSL, and CMYK values for Instagram Pink.
Last updated: April 6, 2026
Instagram Pink Color Values
| Format | Value |
|---|---|
| HEX | #E4405F |
| RGB | rgb(228, 64, 95) |
| HSL | hsl(349, 75%, 57%) |
| CMYK | cmyk(0%, 72%, 58%, 11%) |
About Instagram Pink
Color psychology: Creativity, sharing.
Instagram Pink (#E4405F) is a medium shade of pink with a hue angle of 349° on the color wheel, 75% saturation, and 57% lightness. It's commonly used in web design, graphic design, and branding where creativity, sharing are desired associations.
In color theory, Instagram Pink 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 Instagram Pink in Design
Web Design
Use Instagram Pink for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Instagram Pink conveys creativity, sharing — 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:72% Y:58% K:11%) 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 Instagram Pink work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Instagram Pink in CSS
/* Using HEX */ color: #E4405F; background-color: #E4405F; /* Using RGB */ color: rgb(228, 64, 95); /* Using HSL — best for creating variations */ color: hsl(349, 75%, 57%); /* Transparent overlay (50% opacity) */ background-color: rgba(228, 64, 95, 0.5); /* Lighter variant for hover states */ background-color: hsl(349, 75%, 67%); /* Darker variant for active states */ background-color: hsl(349, 75%, 47%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Instagram Pink without changing its core hue or saturation.
Colors That Go With Instagram Pink
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for Instagram Pink?
What is Instagram Pink in RGB and when should I use RGB?
How to use Instagram Pink in CSS with different color formats?
What is the HSL value of Instagram Pink and why is HSL useful for designers?
What is the CMYK value of Instagram Pink for print design?
What colors pair well with Instagram Pink in design projects?
Is Instagram Pink (#E4405F) 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.