Fizzy & Dizzy
#f7f5c8
Fizzy & Dizzy is a color with the hex code #f7f5c8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f7f5c8 | |
|---|---|---|
| RGB | rgb(247, 245, 200) | |
| HSL | hsl(57, 75%, 88%) | |
| CMYK | cmyk(0%, 1%, 19%, 3%) | |
| LAB | lab(96, -5, 22) | |
| OKLCH | oklch(0.96 0.058 105) |
Color harmonies
Tints & shades
Code snippets
color: #f7f5c8;
background-color: #f7f5c8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7F5C8)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.96, blue: 0.78, alpha: 1.0)