Prosecco
#fad6a5
Prosecco is a color with the hex code #fad6a5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fad6a5 | |
|---|---|---|
| RGB | rgb(250, 214, 165) | |
| HSL | hsl(35, 89%, 81%) | |
| CMYK | cmyk(0%, 14%, 34%, 2%) | |
| LAB | lab(88, 8, 29) | |
| OKLCH | oklch(0.89 0.075 75) |
Color harmonies
Tints & shades
Code snippets
color: #fad6a5;
background-color: #fad6a5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAD6A5)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.84, blue: 0.65, alpha: 1.0)