Murmur
#c7cfc7
Murmur, represented by the hex value #c7cfc7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c7cfc7 | |
|---|---|---|
| RGB | rgb(199, 207, 199) | |
| HSL | hsl(120, 8%, 80%) | |
| CMYK | cmyk(4%, 0%, 4%, 19%) | |
| LAB | lab(82, -4, 3) | |
| OKLCH | oklch(0.85 0.014 145) |
Color harmonies
Tints & shades
Code snippets
color: #c7cfc7;
background-color: #c7cfc7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC7CFC7)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.81, blue: 0.78, alpha: 1.0)