Pie Crust
#f1d99f
Pie Crust is a color with the hex code #f1d99f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f1d99f | |
|---|---|---|
| RGB | rgb(241, 217, 159) | |
| HSL | hsl(42, 75%, 78%) | |
| CMYK | cmyk(0%, 10%, 34%, 5%) | |
| LAB | lab(88, 3, 32) | |
| OKLCH | oklch(0.89 0.079 88) |
Color harmonies
Tints & shades
Code snippets
color: #f1d99f;
background-color: #f1d99f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1D99F)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.85, blue: 0.62, alpha: 1.0)