Pancake
#f7d788
Here's everything about the color Pancake (#f7d788) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f7d788 | |
|---|---|---|
| RGB | rgb(247, 215, 136) | |
| HSL | hsl(43, 87%, 75%) | |
| CMYK | cmyk(0%, 13%, 45%, 3%) | |
| LAB | lab(87, 4, 43) | |
| OKLCH | oklch(0.89 0.104 88) |
Color harmonies
Tints & shades
Code snippets
color: #f7d788;
background-color: #f7d788;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7D788)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.84, blue: 0.53, alpha: 1.0)