Oatmeal
#c9c1b1
Oatmeal, represented by the hex value #c9c1b1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c9c1b1 | |
|---|---|---|
| RGB | rgb(201, 193, 177) | |
| HSL | hsl(40, 18%, 74%) | |
| CMYK | cmyk(0%, 4%, 12%, 21%) | |
| LAB | lab(78, 1, 9) | |
| OKLCH | oklch(0.81 0.024 85) |
Color harmonies
Tints & shades
Code snippets
color: #c9c1b1;
background-color: #c9c1b1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC9C1B1)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.76, blue: 0.69, alpha: 1.0)