Peach Punch
#f59997
Peach Punch is a color with the hex code #f59997. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f59997 | |
|---|---|---|
| RGB | rgb(245, 153, 151) | |
| HSL | hsl(1, 82%, 78%) | |
| CMYK | cmyk(0%, 38%, 38%, 4%) | |
| LAB | lab(73, 35, 16) | |
| OKLCH | oklch(0.78 0.111 21) |
Color harmonies
Tints & shades
Code snippets
color: #f59997;
background-color: #f59997;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF59997)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.60, blue: 0.59, alpha: 1.0)