Sesame
#baa38b
Sesame, represented by the hex value #baa38b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #baa38b | |
|---|---|---|
| RGB | rgb(186, 163, 139) | |
| HSL | hsl(31, 25%, 64%) | |
| CMYK | cmyk(0%, 12%, 25%, 27%) | |
| LAB | lab(69, 6, 16) | |
| OKLCH | oklch(0.73 0.043 68) |
Color harmonies
Tints & shades
Code snippets
color: #baa38b;
background-color: #baa38b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFBAA38B)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.64, blue: 0.55, alpha: 1.0)