Marsh Fog
#c6d8c7
Marsh Fog, represented by the hex value #c6d8c7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c6d8c7 | |
|---|---|---|
| RGB | rgb(198, 216, 199) | |
| HSL | hsl(123, 19%, 81%) | |
| CMYK | cmyk(8%, 0%, 8%, 15%) | |
| LAB | lab(85, -9, 6) | |
| OKLCH | oklch(0.86 0.03 147) |
Color harmonies
Tints & shades
Code snippets
color: #c6d8c7;
background-color: #c6d8c7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC6D8C7)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.85, blue: 0.78, alpha: 1.0)