Rosecco
#eebbdd
Here's everything about the color Rosecco (#eebbdd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eebbdd | |
|---|---|---|
| RGB | rgb(238, 187, 221) | |
| HSL | hsl(320, 60%, 83%) | |
| CMYK | cmyk(0%, 21%, 7%, 7%) | |
| LAB | lab(81, 23, -10) | |
| OKLCH | oklch(0.85 0.073 339) |
Color harmonies
Tints & shades
Code snippets
color: #eebbdd;
background-color: #eebbdd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFEEBBDD)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.73, blue: 0.87, alpha: 1.0)