Pastel Red
#ff6961
Looking for the precise values behind Pastel Red (#ff6961)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff6961 | |
|---|---|---|
| RGB | rgb(255, 105, 97) | |
| HSL | hsl(3, 100%, 69%) | |
| CMYK | cmyk(0%, 59%, 62%, 0%) | |
| LAB | lab(64, 58, 35) | |
| OKLCH | oklch(0.71 0.185 26) |
Color harmonies
Tints & shades
Code snippets
color: #ff6961;
background-color: #ff6961;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF6961)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.41, blue: 0.38, alpha: 1.0)