Semolina
#c7ab8b
Semolina, represented by the hex value #c7ab8b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c7ab8b | |
|---|---|---|
| RGB | rgb(199, 171, 139) | |
| HSL | hsl(32, 35%, 66%) | |
| CMYK | cmyk(0%, 14%, 30%, 22%) | |
| LAB | lab(72, 7, 21) | |
| OKLCH | oklch(0.76 0.055 71) |
Color harmonies
Tints & shades
Code snippets
color: #c7ab8b;
background-color: #c7ab8b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC7AB8B)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.67, blue: 0.55, alpha: 1.0)