Fizz
#b1dbaa
Fizz is a color with the hex code #b1dbaa. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b1dbaa | |
|---|---|---|
| RGB | rgb(177, 219, 170) | |
| HSL | hsl(111, 40%, 76%) | |
| CMYK | cmyk(19%, 0%, 22%, 14%) | |
| LAB | lab(83, -21, 19) | |
| OKLCH | oklch(0.85 0.08 141) |
Color harmonies
Tints & shades
Code snippets
color: #b1dbaa;
background-color: #b1dbaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB1DBAA)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.86, blue: 0.67, alpha: 1.0)