Gin Fizz
#f8eaca
Here's everything about the color Gin Fizz (#f8eaca) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f8eaca | |
|---|---|---|
| RGB | rgb(248, 234, 202) | |
| HSL | hsl(42, 77%, 88%) | |
| CMYK | cmyk(0%, 6%, 19%, 3%) | |
| LAB | lab(93, 1, 17) | |
| OKLCH | oklch(0.94 0.045 87) |
Color harmonies
Tints & shades
Code snippets
color: #f8eaca;
background-color: #f8eaca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8EACA)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.92, blue: 0.79, alpha: 1.0)