Peach Velour
#f7b28b
Peach Velour, represented by the hex value #f7b28b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7b28b | |
|---|---|---|
| RGB | rgb(247, 178, 139) | |
| HSL | hsl(22, 87%, 76%) | |
| CMYK | cmyk(0%, 28%, 44%, 3%) | |
| LAB | lab(79, 23, 30) | |
| OKLCH | oklch(0.82 0.096 50) |
Color harmonies
Tints & shades
Code snippets
color: #f7b28b;
background-color: #f7b28b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF7B28B)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.70, blue: 0.55, alpha: 1.0)