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