Raspberry Hex Code — #E30B5C
RGB, HSL, and CMYK values for Raspberry.
Last updated: April 6, 2026
Raspberry Color Values
| Format | Value |
|---|---|
| HEX | #E30B5C |
| RGB | rgb(227, 11, 92) |
| HSL | hsl(338, 91%, 47%) |
| CMYK | cmyk(0%, 95%, 59%, 11%) |
About Raspberry
Color psychology: Boldness, action.
Raspberry (#E30B5C) is a medium shade of pink with a hue angle of 338° on the color wheel, 91% saturation, and 47% lightness. It's commonly used in web design, graphic design, and branding where boldness, action are desired associations.
In color theory, Raspberry 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 Raspberry in Design
Web Design
Use Raspberry 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
Raspberry conveys boldness, action — 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:95% Y:59% 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
Dark colors like Raspberry are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Raspberry in CSS
/* Using HEX */ color: #E30B5C; background-color: #E30B5C; /* Using RGB */ color: rgb(227, 11, 92); /* Using HSL — best for creating variations */ color: hsl(338, 91%, 47%); /* Transparent overlay (50% opacity) */ background-color: rgba(227, 11, 92, 0.5); /* Lighter variant for hover states */ background-color: hsl(338, 91%, 57%); /* Darker variant for active states */ background-color: hsl(338, 91%, 37%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Raspberry without changing its core hue or saturation.
Colors That Go With Raspberry
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for Raspberry?
What is Raspberry in RGB and when should I use RGB?
How to use Raspberry in CSS with different color formats?
What is the HSL value of Raspberry and why is HSL useful for designers?
What is the CMYK value of Raspberry for print design?
What colors pair well with Raspberry in design projects?
Is Raspberry (#E30B5C) 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.