Misty Morning
#b2c8bd
Misty Morning, represented by the hex value #b2c8bd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b2c8bd | |
|---|---|---|
| RGB | rgb(178, 200, 189) | |
| HSL | hsl(150, 17%, 74%) | |
| CMYK | cmyk(11%, 0%, 5%, 22%) | |
| LAB | lab(79, -9, 3) | |
| OKLCH | oklch(0.81 0.028 164) |
Color harmonies
Tints & shades
Code snippets
color: #b2c8bd;
background-color: #b2c8bd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB2C8BD)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.78, blue: 0.74, alpha: 1.0)