Frosted Fir
#b4d5bd
Frosted Fir is a color with the hex code #b4d5bd. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b4d5bd | |
|---|---|---|
| RGB | rgb(180, 213, 189) | |
| HSL | hsl(136, 28%, 77%) | |
| CMYK | cmyk(15%, 0%, 11%, 16%) | |
| LAB | lab(82, -15, 8) | |
| OKLCH | oklch(0.84 0.048 154) |
Color harmonies
Tints & shades
Code snippets
color: #b4d5bd;
background-color: #b4d5bd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB4D5BD)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.84, blue: 0.74, alpha: 1.0)