Cinnamon Buff
#ffbf6e
Cinnamon Buff, represented by the hex value #ffbf6e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffbf6e | |
|---|---|---|
| RGB | rgb(255, 191, 110) | |
| HSL | hsl(34, 100%, 72%) | |
| CMYK | cmyk(0%, 25%, 57%, 0%) | |
| LAB | lab(82, 17, 50) | |
| OKLCH | oklch(0.85 0.123 71) |
Color harmonies
Tints & shades
Code snippets
color: #ffbf6e;
background-color: #ffbf6e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFBF6E)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.75, blue: 0.43, alpha: 1.0)