Muddy Mire
#c3988b
Muddy Mire is a color with the hex code #c3988b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c3988b | |
|---|---|---|
| RGB | rgb(195, 152, 139) | |
| HSL | hsl(14, 32%, 65%) | |
| CMYK | cmyk(0%, 22%, 29%, 24%) | |
| LAB | lab(67, 15, 13) | |
| OKLCH | oklch(0.72 0.055 37) |
Color harmonies
Tints & shades
Code snippets
color: #c3988b;
background-color: #c3988b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC3988B)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.60, blue: 0.55, alpha: 1.0)