Peach’s Daydream
#fd9b88
Peach’s Daydream, represented by the hex value #fd9b88, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fd9b88 | |
|---|---|---|
| RGB | rgb(253, 155, 136) | |
| HSL | hsl(10, 97%, 76%) | |
| CMYK | cmyk(0%, 39%, 46%, 1%) | |
| LAB | lab(74, 36, 26) | |
| OKLCH | oklch(0.79 0.121 32) |
Color harmonies
Tints & shades
Code snippets
color: #fd9b88;
background-color: #fd9b88;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFD9B88)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.61, blue: 0.53, alpha: 1.0)