Blushing Rose
#e09b81
Blushing Rose is a color with the hex code #e09b81. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e09b81 | |
|---|---|---|
| RGB | rgb(224, 155, 129) | |
| HSL | hsl(16, 61%, 69%) | |
| CMYK | cmyk(0%, 31%, 42%, 12%) | |
| LAB | lab(70, 24, 25) | |
| OKLCH | oklch(0.75 0.091 41) |
Color harmonies
Tints & shades
Code snippets
color: #e09b81;
background-color: #e09b81;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE09B81)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.61, blue: 0.51, alpha: 1.0)